From 933f04bf5ee4bc54e4bf5192cad27054853cd56d Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 15 Jun 2025 14:43:58 +0200 Subject: [PATCH] feat(version): change Go version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cae1a5..5277716 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.23 +GOVERSION=1.24 GO=container OUT=katenary RELEASE=""