Skip to content
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

Merged
merged 4 commits into from
Oct 11, 2018
Merged

Bump Go to 1.11.1 #1426

merged 4 commits into from
Oct 11, 2018

Conversation

kolyshkin
Copy link
Contributor

@kolyshkin kolyshkin commented Oct 9, 2018

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

@kolyshkin kolyshkin force-pushed the go111-pr1316 branch 2 times, most recently from 6920a85 to ef303e1 Compare October 10, 2018 06:51
@kolyshkin kolyshkin changed the title [do not merge] Bump Go to 1.11.0 [WIP] Bump Go to 1.11.1 Oct 10, 2018
@codecov-io
Copy link

codecov-io commented Oct 10, 2018

Codecov Report

Merging #1426 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1426   +/-   ##
=======================================
  Coverage   54.22%   54.22%           
=======================================
  Files         289      289           
  Lines       19359    19359           
=======================================
  Hits        10498    10498           
  Misses       8185     8185           
  Partials      676      676

@kolyshkin
Copy link
Contributor Author

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.

@kolyshkin kolyshkin changed the title [WIP] Bump Go to 1.11.1 [WIP] Bump Go to 1.11.0 Oct 11, 2018
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>
@kolyshkin kolyshkin changed the title [WIP] Bump Go to 1.11.0 Bump Go to 1.11.1 Oct 11, 2018
@kolyshkin
Copy link
Contributor Author

OK this once it ready for merge once CI is all green

Copy link
Collaborator

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐯

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@thaJeztah thaJeztah merged commit b9a1a21 into docker:master Oct 11, 2018
@GordonTheTurtle GordonTheTurtle added this to the 19.03.0 milestone Oct 11, 2018
@kolyshkin kolyshkin deleted the go111-pr1316 branch October 11, 2018 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants