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=""