Skip to content

Commit

Permalink
Merge pull request etcd-io#16562 from MeenuyD/go-version-update
Browse files Browse the repository at this point in the history
fix:Ensure that go version is only defined in one file for release-3.5
  • Loading branch information
ahrtr authored Sep 11, 2023
2 parents 890af4c + 078b080 commit 7ed8970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7ed8970

Please sign in to comment.