Update to Go 1.16.2

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2021-03-12 09:59:01 -05:00
parent d8208e2e37
commit 8cbef0fade
6 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
#
# docker build -t containerd-test --build-arg RUNC_VERSION=v1.0.0-rc93 -f Dockerfile.test ../
ARG GOLANG_VERSION=1.16.1
ARG GOLANG_VERSION=1.16.2
FROM golang:${GOLANG_VERSION} AS golang-base
RUN mkdir -p /go/src/github.com/containerd/containerd