Skip to content

Commit

Permalink
Update ldflags with new version package namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Mar 18, 2024
1 parent b916eb3 commit af7240d
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 af7240d

Please sign in to comment.