Update to Go 1.17

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2021-08-17 12:27:39 -04:00
parent 024804b1be
commit f8602c3725
8 changed files with 17 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
#
# docker build -t containerd-test --build-arg RUNC_VERSION=v1.0.0-rc94 -f Dockerfile.test ../
ARG GOLANG_VERSION=1.16.7
ARG GOLANG_VERSION=1.17
ARG GOLANG_IMAGE=golang
FROM ${GOLANG_IMAGE}:${GOLANG_VERSION} AS golang