From 0ae902fca4ce538ccc1ae464e22cd963e0011265 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 11 May 2023 10:17:13 +0530 Subject: [PATCH] update golang version of etcd build to 1.19.9 As per https://github.com/etcd-io/etcd/blob/main/.go-version it is 1.19.9. Signed-off-by: Humble Chirammal --- cluster/images/etcd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)