Skip to content

Commit

Permalink
update Go version to 1.23.4 in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: devhindo <[email protected]>
  • Loading branch information
devhindo committed Dec 21, 2024
1 parent 3168827 commit 3028e25
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 3028e25

Please sign in to comment.