Skip to content

Commit 8d884b5

Browse files
committed
Update Go to 1.10.5 to pick up Mojave fix (#10221)
There is an architecture issue with Mojave + 1.10.3, most succinctly discussed here: cloudflare/cfssl#899 I looked at the issue almost zero percent, and just eagerly updated to the purported fixed version 08:41:32 02:35 [install src/go/src/github.com/foursquare/quiver:quiver] ==== stderr ==== # github.com/foursquare/quiver /Users/mateo/.cache/foursquare.web/bin/go/mac/10.13/1.10.3/go.tar/go/pkg/tool/darwin_amd64/link: /Users/mateo/.cache/foursquare.web/bin/go/mac/10.13/1.10.3/go.tar/go/pkg/tool/darwin_amd64/link: combining dwarf failed: Unknown load command 0x32 (50) I picked 1.10.5 over the closest upgrade of 1.10.4 because the 1.10.5 is supported by upstream Pants and requires no packaging or uploading from us internally. (sapling split of 0ec7b6e8a2b1c3f8e4c95d29980ea4cfb9184894)
1 parent 696f97a commit 8d884b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pants.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ use_basename_prefix: True
224224

225225

226226
[go-distribution]
227-
version: 1.10.3
227+
version: 1.10.5
228228

229229

230230
[thrift.gen.go-thrift]

0 commit comments

Comments
 (0)