Skip to content

Commit

Permalink
.goreleaser.yml: Fix ldflag paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg authored and aauren committed Nov 22, 2024
1 parent 6f0c72a commit 16ff02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ builds:
env:
- CGO_ENABLED=0
ldflags:
- "-X github.com/cloudnativelabs/kube-router/pkg/version.Version={{.Version}}"
- "-X github.com/cloudnativelabs/kube-router/pkg/version.BuildDate={{.Date}}"
- "-X github.com/cloudnativelabs/kube-router/v2/pkg/version.Version={{.Version}}"
- "-X github.com/cloudnativelabs/kube-router/v2/pkg/version.BuildDate={{.Date}}"

archives:
- format: tar.gz
Expand Down

0 comments on commit 16ff02d

Please sign in to comment.