We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d1f6b commit 5e9cc72Copy full SHA for 5e9cc72
.goreleaser.yml
@@ -41,4 +41,4 @@ archives:
41
- Documentation*
42
43
snapshot:
44
- name_template: SNAPSHOT-{{ .Commit }}
+ version_template: SNAPSHOT-{{ .Commit }}
Makefile
@@ -30,7 +30,7 @@ DOCKER_LINT_IMAGE?=golangci/golangci-lint:v1.63.4
30
DOCKER_MARKDOWNLINT_IMAGE?=tmknom/markdownlint:0.39.0
31
GOBGP_VERSION=v3.29.0
32
QEMU_IMAGE?=multiarch/qemu-user-static
33
-GORELEASER_VERSION=v1.24.0
+GORELEASER_VERSION=v2.5.0
34
MOQ_VERSION=v0.3.4
35
CNI_VERSION=v1.4.0
36
UID?=$(shell id -u)
0 commit comments