Skip to content

Bump Golang 1.12.1 - #1708

Merged
tiborvass merged 1 commit into
docker:masterfrom
thaJeztah:bump_golang_1.12
Mar 19, 2019
Merged

Bump Golang 1.12.1#1708
tiborvass merged 1 commit into
docker:masterfrom
thaJeztah:bump_golang_1.12

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

Counterpart for the engine is in moby/moby#38404

Making this "WIP" for now, as there's a known regression in Go 1.12.0 that's affecting the engine, so let's wait for 1.12.1 moby/moby#38404 (comment)

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

Ah, caught some failures;

=== Errors
cli/config/config_test.go:154:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
cli/config/config_test.go:217:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
cli/config/config_test.go:253:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
cli/config/config_test.go:288:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
cli/config/config_test.go:435:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
cli/config/config_test.go:448:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
DONE 1115 tests, 2 skipped, 6 errors in 215.984s
make: *** [Makefile:22: test-coverage] Error 2
Exited with code 2

@thaJeztah

thaJeztah commented Mar 4, 2019

Copy link
Copy Markdown
MemberAuthor

Ahm.. more to fix; https://jenkins.dockerproject.org/job/docker/job/cli/job/PR-1708/2/execution/node/27/log/?consoleFull

17:45:30 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 make -f docker.Makefile test-e2e
17:45:30 docker build -t docker-cli-e2eclie2e2 --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
...
17:48:22 === Errors
17:48:22 build cache is required, but could not be located: GOCACHE is not defined and neither $XDG_CACHE_HOME nor $HOME are defined
17:48:22 

@codecov-io

codecov-io commented Mar 4, 2019

Copy link
Copy Markdown

Codecov Report

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

@@ Coverage Diff @@## master #1708 +/- ##
=======================================
Coverage 56.23% 56.23% =======================================
Files 307 307 Lines 21125 21125 =======================================
Hits 11880 11880 Misses 8382 8382 Partials 863 863

@thaJeztah

thaJeztah commented Mar 4, 2019

Copy link
Copy Markdown
MemberAuthor

created separate PR's for the fixes;

@thaJeztah
thaJeztahforce-pushed the bump_golang_1.12 branch 2 times, most recently from 994dd74 to 9c85462CompareMarch 17, 2019 15:09
@thaJeztahthaJeztah changed the title [WIP] Bump Golang 1.12.0[WIP] Bump Golang 1.12.1Mar 17, 2019
@thaJeztah

Copy link
Copy Markdown
MemberAuthor

rebased this on top of #1742, so that we can merge that one first (and cherry-pick into the 18.09 release branch)

go1.12.1 (released 2019/03/14) includes fixes to cgo, the compiler, the go
command, and the fmt, net/smtp, os, path/filepath, sync, and text/template
packages. See the Go 1.12.1 milestone on our issue tracker for details.
For the relase notes of Go 1.12.0, see: https://golang.org/doc/go1.12
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztahthaJeztah changed the title [WIP] Bump Golang 1.12.1Bump Golang 1.12.1Mar 18, 2019
@thaJeztah

Copy link
Copy Markdown
MemberAuthor

rebased; this should be ready to go now 👍

@silvin-lubeckisilvin-lubecki left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@tiborvass
tiborvass merged commit bf959a2 into docker:masterMar 19, 2019
@GordonTheTurtleGordonTheTurtle added this to the 19.03.0 milestone Mar 19, 2019
@thaJeztah
thaJeztah deleted the bump_golang_1.12 branch March 19, 2019 01:09
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

@thaJeztah@codecov-io@tiborvass@silvin-lubecki@GordonTheTurtle