-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bump Go to 1.11.1 #1426
Bump Go to 1.11.1 #1426
Conversation
6920a85
to
ef303e1
Compare
Codecov Report
@@ Coverage Diff @@
## master #1426 +/- ##
=======================================
Coverage 54.22% 54.22%
=======================================
Files 289 289
Lines 19359 19359
=======================================
Hits 10498 10498
Misses 8185 8185
Partials 676 676 |
Changes to osx build env separated out to docker/golang-cross#11 where they belong. Once the image will be available I will remove those from the last commit. |
Fix this warning from go-1.11 > cli/registry/client/fetcher.go:234: Debugf format %s has arg > repoEndpoint of wrong type client.repositoryEndpoint Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
In case go build will see a need to call C++ (rather than C) compiler, CXX env var need to be properly set (to osxcross wrapper). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Release notes: https://golang.org/doc/devel/release.html#go1.11 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
gofmt/goimports changed some heuristics in 1.11 and the code is now formatted slightly differently. No functional change, just whitespace. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
ef303e1
to
906c2d1
Compare
OK this once it ready for merge once CI is all green |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
This is a continuation of #1316 (see the comments in there to find out how I came to a solution), a switch to Go 1.11.1.
Most complicated part was docker/golang-cross#11