Skip to content

Commit f51203b

Browse files
authored
Bump scaffolding-go, pulling in Go 1.11 (#9)
This unpins our version of core/scaffolding-go which in turn will pull in the latest version of core/go. All of A2 builds and passes tests with this change in place: https://buildkite.com/chef/chef-a2-master-verify/builds/17409 In the past we had pinned our version of Go to avoid this bug: golang/go#28065 However, rather than pinning, we should track down any places where that is still an issue and either make sure those builds either have gcc available or set GCO_ENABLED=0. Signed-off-by: Steven Danna <[email protected]>
1 parent 6ecb6a5 commit f51203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkg_version="0.1.0"
66
pkg_license=('Chef-MLSA')
77
pkg_source=nosuchfile.tar.gz
88
pkg_upstream_url="https://github.com/chef/scaffolding-go"
9-
pkg_deps=core/scaffolding-go/0.1.0/20180806175122
9+
pkg_deps=core/scaffolding-go
1010

1111
do_build() {
1212
return 0

0 commit comments

Comments
 (0)