diff --git a/cluster/images/etcd/Makefile b/cluster/images/etcd/Makefile index 9b02d02c6b5..adb9bd60a5b 100644 --- a/cluster/images/etcd/Makefile +++ b/cluster/images/etcd/Makefile @@ -83,7 +83,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.19.8 +GOLANG_VERSION := 1.19.9 GOARM?=7 TEMP_DIR:=$(shell mktemp -d)