[19.03 backport] bump Golang 1.13.10#454
Conversation
|
Arf; CI is failing on Buildx; |
|
Buildx is fixed on master through docker/buildx#233, but that's not in the tag that we're using in the 19.03 branch |
|
Diff between v0.3.1 and master: docker/buildx@v0.3.1...master Wondering if |
|
@tiborvass @tonistiigi ^^ any ideas what's best? |
|
We can tag. Or that commit should be built with go1.12. The only tested configuration is the build process in the Dockerfile. |
|
Building with a different Go version would be a bit tricky as all binaries are built in the same environment (and hence would be built with the same go version). Given that |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit cca0c0e) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit c7ed674) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com> (cherry picked from commit e347bb9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
go1.13.10 (released 2020/04/08) includes fixes to the go command, the runtime, os/exec, and time packages. See the Go 1.13.10 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.13.10+label%3ACherryPickApproved full diff: golang/go@go1.13.9...go1.13.10 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 382364f) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
3c20b2a to
16cae32
Compare
|
I included #455 to force Go modules to use vendor mode; and it's green now 🎉 (thanks @chris-crone for the suggestion!) |
backport of: