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 Golang 1.12.1 #1708

Merged
merged 1 commit into from
Mar 19, 2019
Merged

Bump Golang 1.12.1 #1708

merged 1 commit into from
Mar 19, 2019

Conversation

thaJeztah
Copy link
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
Member Author

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
Copy link
Member Author

thaJeztah commented Mar 4, 2019

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
Copy link

codecov-io commented Mar 4, 2019

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
Copy link
Member Author

thaJeztah commented Mar 4, 2019

created separate PR's for the fixes;

@thaJeztah thaJeztah force-pushed the bump_golang_1.12 branch 2 times, most recently from 994dd74 to 9c85462 Compare March 17, 2019 15:09
@thaJeztah thaJeztah changed the title [WIP] Bump Golang 1.12.0 [WIP] Bump Golang 1.12.1 Mar 17, 2019
@thaJeztah
Copy link
Member Author

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>
@thaJeztah thaJeztah changed the title [WIP] Bump Golang 1.12.1 Bump Golang 1.12.1 Mar 18, 2019
@thaJeztah
Copy link
Member Author

rebased; this should be ready to go now 👍

Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

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:master Mar 19, 2019
@GordonTheTurtle GordonTheTurtle 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 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