Merge pull request #5889 from estesp/update-go-1.17

Update to Go 1.17
This commit is contained in:
Phil Estes
2021-08-20 10:57:36 -04:00
committed by GitHub
8 changed files with 19 additions and 19 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