Conversation
go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go command, the runtime, and the doc, net, net/http/httputil, and os packages. See the Go 1.12.2 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.12.2 Full diff: golang/go@go1.12.1...go1.12.2 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
b776bce to
ed8733a
Compare
Member
Author
Codecov Report
@@ Coverage Diff @@
## master #1816 +/- ##
=======================================
Coverage 56.31% 56.31%
=======================================
Files 308 308
Lines 21391 21391
=======================================
Hits 12047 12047
Misses 8465 8465
Partials 879 879 |
silvin-lubecki
approved these changes
Apr 8, 2019
Contributor
silvin-lubecki
left a comment
There was a problem hiding this comment.
Great, thank you, I was about to bump it too!
thaJeztah
commented
Apr 8, 2019
| @@ -1,4 +1,4 @@ | |||
| FROM dockercore/golang-cross:1.12.1@sha256:8541e3aea7b2cffb7ac310af250e34551abe2ec180c77d5a81ae3d52a47ac779 | |||
| FROM dockercore/golang-cross:1.12.2@sha256:ea93d7ed5b464e5163cf8df40a198ad54afe6a59e1ca335c9bc4a5ed3702f2d0 | |||
Member
Author
There was a problem hiding this comment.
I'm actually thinking of removing this "pin by digest", as it doesn't add much for our use-case 🤔
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go
command, the runtime, and the doc, net, net/http/httputil, and os packages.
See the Go 1.12.2 milestone on our issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.12.2
Full diff: golang/go@go1.12.1...go1.12.2