Skip to content

Commit e409be2

Browse files
committed
version(go) go 1.23 is now mandatory
1 parent 1ca71f2 commit e409be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VERSION=$(shell git describe --exact-match --tags $(CUR_SHA) 2>/dev/null || echo
44
CTN:=$(shell which podman 2>&1 1>/dev/null && echo "podman" || echo "docker")
55
PREFIX=~/.local
66

7-
GOVERSION=1.22
7+
GOVERSION=1.23
88
GO=container
99
OUT=katenary
1010
BLD_CMD=go build -ldflags="-X 'katenary/generator.Version=$(VERSION)'" -o $(OUT) ./cmd/katenary

0 commit comments

Comments
 (0)