From 38869cceffa984b2fb28a7d2a7104b026eb11b01 Mon Sep 17 00:00:00 2001 From: Dominik Siebel Date: Tue, 12 Nov 2024 09:42:58 +0100 Subject: [PATCH] ci: fix version output in version subcommand --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 1127106b..82b9f216 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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