Merge pull request #106833 from cpanato/go117

[go1.17] Update to go1.17.4
This commit is contained in:
Kubernetes Prow Robot
2021-12-07 19:28:44 -08:00
committed by GitHub
7 changed files with 37 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ endif
# This option is for running docker manifest command
export DOCKER_CLI_EXPERIMENTAL := enabled
# golang version should match the golang version of the official build from https://github.com/etcd-io/etcd/releases.
GOLANG_VERSION?=1.16.10
GOLANG_VERSION?=1.16.11
GOARM?=7
TEMP_DIR:=$(shell mktemp -d)