-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Use go 1.10 on jenkins #5009
Conversation
Don't mind me, just breaking all the builds. 🙃 |
Requires adding the new go version in jenkins - ipfs-inactive/jenkins#113 |
@magik6k I've deployed the jenkins changes and also made the pipeline here in go-ipfs to be more specific about which version it uses. |
The README mentions Go 1.9 in a couple places (https://github.com/ipfs/go-ipfs/blob/master/README.md#install-go, https://github.com/ipfs/go-ipfs/blob/master/README.md#troubleshooting). We should probably update those here, too, right? |
Looks like it needs gx-go dist built with go 1.10.2.. https://ci.ipfs.team/blue/organizations/jenkins/IPFS%2Fgo-ipfs/detail/PR-5009/8/pipeline/15 |
We'll need to rerun this when DNS has been updated to point to the latest go dists. |
775a357
to
103d078
Compare
A commit squash would be appreciated. |
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> Signed-off-by: Victor Bjelkholm <git@victor.earth> Signed-off-by: Steven Allen <steven@stebalien.com>
145338e
to
22a25ef
Compare
whyrusleeping/tar-utils#2 uses
strings.Builder
for windows paths, it's a go 1.10 feature.