Skip to content

Commit

Permalink
Merge pull request #433 from nckturner/fix-version-goreleaser
Browse files Browse the repository at this point in the history
Use full package name for goreleaser version
  • Loading branch information
k8s-ci-robot committed Feb 15, 2022
2 parents 39916f8 + 160e2c6 commit 1f20acc
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 1f20acc

Please sign in to comment.