diff --git a/build/Makefile.core.mk b/build/Makefile.core.mk index a1ec2a11..b2998f0c 100644 --- a/build/Makefile.core.mk +++ b/build/Makefile.core.mk @@ -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