From fb9e7ff621fe850babc958603d6fa429ce7582aa Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Mon, 30 Dec 2024 16:40:42 -0600 Subject: [PATCH] chore: set makefile env to go1.23 Signed-off-by: Lee Calcote --- build/Makefile.core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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