Merge pull request #16562 from MeenuyD/go-version-update

fix:Ensure that go version is only defined in one file for release-3.5
This commit is contained in:
Benjamin Wang 2023-09-11 11:06:57 +01:00 committed by GitHub
commit 7ed8970e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ docker-remove:
GO_VERSION ?= 1.20.8
GO_VERSION ?= $(shell cat .go-version)
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)