Skip to content

Commit

Permalink
chore: set makefile env to go1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Dec 30, 2024
1 parent 7ca6afe commit fb9e7ff
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 @@ -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

Expand Down

0 comments on commit fb9e7ff

Please sign in to comment.