Skip to content

Commit

Permalink
Merge pull request #2 from buty4649/fix-version-tag
Browse files Browse the repository at this point in the history
Update ldflags with new version package namespace
  • Loading branch information
buty4649 authored Mar 18, 2024
2 parents b916eb3 + af7240d commit 3821047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ builds:
- amd64
- arm64
ldflags:
- -s -w -X version.Version={{.Version}} -X version.Commit={{.Commit}} -X version.Date={{.Date}}
- -s -w -X netnsplan/version.Version={{.Version}} -X netnsplan/version.Commit={{.Commit}} -X netnsplan/version.Date={{.Date}}

archives:
- format: tar.gz
Expand Down

0 comments on commit 3821047

Please sign in to comment.