Skip to content

Commit

Permalink
feat(goreleaser): update goreleaser version and syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Dec 26, 2024
1 parent 8005d60 commit 96fc535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ archives:
- Documentation*

snapshot:
name_template: SNAPSHOT-{{ .Commit }}
version_template: SNAPSHOT-{{ .Commit }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DOCKER_LINT_IMAGE?=golangci/golangci-lint:v1.62.2
DOCKER_MARKDOWNLINT_IMAGE?=tmknom/markdownlint:0.39.0
GOBGP_VERSION=v3.29.0
QEMU_IMAGE?=multiarch/qemu-user-static
GORELEASER_VERSION=v1.24.0
GORELEASER_VERSION=v2.5.0
MOQ_VERSION=v0.3.4
CNI_VERSION=v1.4.0
UID?=$(shell id -u)
Expand Down

0 comments on commit 96fc535

Please sign in to comment.