Skip to content

Bump Go to 1.11.1 - #1426

Merged
thaJeztah merged 4 commits into
docker:masterfrom
kolyshkin:go111-pr1316
Oct 11, 2018
Merged

Bump Go to 1.11.1#1426
thaJeztah merged 4 commits into
docker:masterfrom
kolyshkin:go111-pr1316

Conversation

@kolyshkin

@kolyshkinkolyshkin commented Oct 9, 2018

Copy link
Copy Markdown
Contributor

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

@kolyshkinkolyshkin mentioned this pull request Oct 10, 2018
@kolyshkin
kolyshkinforce-pushed the go111-pr1316 branch 2 times, most recently from 6920a85 to ef303e1CompareOctober 10, 2018 06:51
@kolyshkinkolyshkin changed the title [do not merge] Bump Go to 1.11.0[WIP] Bump Go to 1.11.1Oct 10, 2018
@codecov-io

codecov-io commented Oct 10, 2018

Copy link
Copy Markdown

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
Copy Markdown
ContributorAuthor

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.

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

Copy link
Copy Markdown
ContributorAuthor

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

@vdemeestervdemeester left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM 🐯

@thaJeztahthaJeztah left a comment

Copy link
Copy Markdown
Member

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:masterOct 11, 2018
@GordonTheTurtleGordonTheTurtle 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 freeto 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

@kolyshkin@codecov-io@vdemeester@thaJeztah@GordonTheTurtle