[go1.17] Update to go1.17.4

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
Carlos Panato
2021-12-05 14:45:07 +01:00
parent 0153febd9f
commit 2adf0e116c
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)