Update Golang 1.13.8
full diff: https://github.com/golang/go/compare/go1.13.7...go1.13.8 go1.13.8 (released 2020/02/12) includes fixes to the runtime, the crypto/x509, and net/http packages. See the Go 1.13.8 milestone on the issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.13.8+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
861aa2a621
commit
1f77c9a57f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG GO_VERSION=1.13.7
|
||||
ARG GO_VERSION=1.13.8
|
||||
|
||||
FROM golang:${GO_VERSION}-alpine3.11 AS build
|
||||
|
||||
|
|
Loading…
Reference in a new issue