Skip to content

Commit 5e9cc72

Browse files
committed
feat(goreleaser): update goreleaser version and syntax
1 parent 16d1f6b commit 5e9cc72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ archives:
4141
- Documentation*
4242

4343
snapshot:
44-
name_template: SNAPSHOT-{{ .Commit }}
44+
version_template: SNAPSHOT-{{ .Commit }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DOCKER_LINT_IMAGE?=golangci/golangci-lint:v1.63.4
3030
DOCKER_MARKDOWNLINT_IMAGE?=tmknom/markdownlint:0.39.0
3131
GOBGP_VERSION=v3.29.0
3232
QEMU_IMAGE?=multiarch/qemu-user-static
33-
GORELEASER_VERSION=v1.24.0
33+
GORELEASER_VERSION=v2.5.0
3434
MOQ_VERSION=v0.3.4
3535
CNI_VERSION=v1.4.0
3636
UID?=$(shell id -u)

0 commit comments

Comments
 (0)