-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
switch to go 1.11 #5483
switch to go 1.11 #5483
Conversation
Blocked on CI updates (and possibly a gx release) |
Ok, ipfs-inactive/jenkins#126 was deployed, so I rebuilt this branch, but it's failing. https://ci.ipfs.team/blue/organizations/jenkins/IPFS%2Fgo-ipfs/detail/PR-5483/3/pipeline/14
|
We need to cut a new gx-go release. I'm going to try to merge some fixes first. |
Any progress on this? |
Go 1.11 changes the output of `go fmt` slightly so we either need to all *downgrade* or *upgrade*. Let's upgrade. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
So, I released a new GX but this is still failing saying that go 1.11 is not available. Does anything else need to be done to get it working? |
You need to add a build to dists built with go1.11:
Then set the hash in https://github.com/ipfs/go-ipfs/pull/5483/files#diff-31a09fc8a6f12712273987524eccb1faR3 |
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Ah, thanks! |
switch to go 1.11
Go 1.11 changes the output of
go fmt
slightly so we either need toall downgrade or upgrade. Let's upgrade.