From e409be235e191878ea91e2b681f9a0f53bc74f4d Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Fri, 8 Nov 2024 13:30:47 +0100 Subject: [PATCH] version(go) go 1.23 is now mandatory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ca9d0d..e018e93 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION=$(shell git describe --exact-match --tags $(CUR_SHA) 2>/dev/null || echo CTN:=$(shell which podman 2>&1 1>/dev/null && echo "podman" || echo "docker") PREFIX=~/.local -GOVERSION=1.22 +GOVERSION=1.23 GO=container OUT=katenary BLD_CMD=go build -ldflags="-X 'katenary/generator.Version=$(VERSION)'" -o $(OUT) ./cmd/katenary