Skip to content

Commit

Permalink
makefile upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: weilirs <[email protected]>
  • Loading branch information
weilirs committed Dec 15, 2024
1 parent 00f24f3 commit 53d245f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
GIT_VERSION = $(shell git describe --tags `git rev-list --tags --max-count=1`)
GIT_COMMITSHA = $(shell git rev-list -1 HEAD)

GOVERSION = 1.19.1
GOVERSION = 1.23.4
GOPATH = $(shell go env GOPATH)
GOBIN = $(GOPATH)/bin

Expand Down

0 comments on commit 53d245f

Please sign in to comment.