diff --git a/build/Makefile.core.mk b/build/Makefile.core.mk index bc5afcce..9cf4477d 100644 --- a/build/Makefile.core.mk +++ b/build/Makefile.core.mk @@ -19,7 +19,7 @@ GIT_VERSION = $(shell git describe --tags `git rev-list --tags --max-count=1`) GIT_COMMITSHA = $(shell git rev-list -1 HEAD) GIT_STRIPPED_VERSION=$(shell git describe --tags `git rev-list --tags --max-count=1` | cut -c 2-) -GOVERSION = 1.21 +GOVERSION = 1.23 GOPATH = $(shell go env GOPATH) GOBIN = $(GOPATH)/bin