Update to Go 1.17.1

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2021-09-13 10:21:03 -04:00
parent cbf9d88c9e
commit 73dbbf5bfa
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.17
ARG GOLANG_VERSION=1.17.1
ARG GOLANG_IMAGE=golang
FROM ${GOLANG_IMAGE}:${GOLANG_VERSION} AS golang