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:
Sebastiaan van Stijn 2020-02-22 17:59:03 +01:00
parent 861aa2a621
commit 1f77c9a57f
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG GO_VERSION=1.13.7
ARG GO_VERSION=1.13.8
FROM golang:${GO_VERSION}-alpine3.11 AS build