Skip to content

Commit

Permalink
fix:Ensure that go version is only defined in one file for release-3.5
Browse files Browse the repository at this point in the history
Signed-off-by: MeenuyD <meenu.coninja@gmail.com>
  • Loading branch information
MeenuyD committed Sep 9, 2023
1 parent c8d06bb commit 078b080
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 078b080

Please sign in to comment.