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-17 11:19:33 +01:00
parent 48d998f52c
commit 499ab8a99a
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
# 3.) $ make binaries install test
#
ARG GOLANG_VERSION=1.13.7
ARG GOLANG_VERSION=1.13.8
FROM golang:${GOLANG_VERSION} AS golang-base
RUN mkdir -p /go/src/github.com/containerd/containerd