We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca71f2 commit e409be2Copy full SHA for e409be2
Makefile
@@ -4,7 +4,7 @@ VERSION=$(shell git describe --exact-match --tags $(CUR_SHA) 2>/dev/null || echo
4
CTN:=$(shell which podman 2>&1 1>/dev/null && echo "podman" || echo "docker")
5
PREFIX=~/.local
6
7
-GOVERSION=1.22
+GOVERSION=1.23
8
GO=container
9
OUT=katenary
10
BLD_CMD=go build -ldflags="-X 'katenary/generator.Version=$(VERSION)'" -o $(OUT) ./cmd/katenary
0 commit comments