Update to Go 1.16.1

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2021-02-19 11:41:05 -05:00
parent 2b1e913679
commit c55492f8de
7 changed files with 13 additions and 13 deletions

View File

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