Merge pull request #4333 from AkihiroSuda/golang-1.13.12

Bump Golang 1.13.12
This commit is contained in:
Wei Fu
2020-06-23 08:54:05 +08:00
committed by GitHub
7 changed files with 14 additions and 14 deletions

View File

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