Skip to content

Commit

Permalink
Use full package name for goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
nckturner committed Feb 15, 2022
1 parent 39916f8 commit 160e2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Expand Up @@ -18,7 +18,7 @@ builds:
env:
- CGO_ENABLED=0
ldflags:
- "-s -w -X pkg.Version={{.Version}} -X pkg.CommitID={{.Commit}} -buildid=''"
- "-s -w -X sigs.k8s.io/aws-iam-authenticator/pkg.Version={{.Version}} -X sigs.k8s.io/aws-iam-authenticator/pkg.CommitID={{.Commit}} -buildid=''"

dockers:
- use: buildx
Expand Down

0 comments on commit 160e2c6

Please sign in to comment.