Skip to content

Commit

Permalink
ci: fix version output in version subcommand (release binaries) #176
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiebel authored Nov 13, 2024
1 parent 074db22 commit 9240d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
- env:
- CGO_ENABLED=0
ldflags:
- "-s -w -X github.com/GoogleCloudPlatform/docker-credential-gcr/config.Version={{.Version}}"
- "-s -w -X github.com/GoogleCloudPlatform/docker-credential-gcr/v2/config.Version={{.Version}}"
goarch:
- amd64
- arm64
Expand Down

0 comments on commit 9240d11

Please sign in to comment.