From 5150b4d5a14fd04a3c56af34638f1ca935b65b8b Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Wed, 6 Mar 2024 13:31:17 +0000 Subject: [PATCH] Update go version to 1.21.8 for build. Signed-off-by: Lan Liang --- Makefile | 2 +- functional/scripts/docker-local-agent.sh | 2 +- functional/scripts/docker-local-tester.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f7c541682dc..958a7ba9a0e 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ docker-remove: -GO_VERSION ?= 1.21.6 +GO_VERSION ?= 1.21.8 ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound") TEST_SUFFIX = $(shell date +%s | base64 | head -c 15) diff --git a/functional/scripts/docker-local-agent.sh b/functional/scripts/docker-local-agent.sh index 1fe296fe04a..84e6f214084 100755 --- a/functional/scripts/docker-local-agent.sh +++ b/functional/scripts/docker-local-agent.sh @@ -13,7 +13,7 @@ if ! [[ "${0}" =~ "scripts/docker-local-agent.sh" ]]; then fi if [[ -z "${GO_VERSION}" ]]; then - GO_VERSION=1.21.6 + GO_VERSION=1.21.8 fi echo "Running with GO_VERSION:" ${GO_VERSION} diff --git a/functional/scripts/docker-local-tester.sh b/functional/scripts/docker-local-tester.sh index ca8926b9b59..6b0303f9130 100755 --- a/functional/scripts/docker-local-tester.sh +++ b/functional/scripts/docker-local-tester.sh @@ -6,7 +6,7 @@ if ! [[ "${0}" =~ "scripts/docker-local-tester.sh" ]]; then fi if [[ -z "${GO_VERSION}" ]]; then - GO_VERSION=1.21.6 + GO_VERSION=1.21.8 fi echo "Running with GO_VERSION:" ${GO_VERSION}