Skip to content

Commit 72d2f27

Browse files
authored
Update .goreleaser.yaml (#447)
1 parent 9b8ad84 commit 72d2f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ builds:
99
binary: container-structure-test-{{.Os}}-{{.Arch}}
1010

1111
ldflags:
12-
- -X github.com/GoogleContainerTools/container-structure-test/pkg/version.version=12
12+
- -X github.com/GoogleContainerTools/container-structure-test/pkg/version.version={{.Version}}
1313
- -X github.com/GoogleContainerTools/container-structure-test/pkg/version.buildDate={{.Date}}
1414
- -X github.com/GoogleContainerTools/container-structure-test/pkg/version.builtBy=goreleaser
1515
- -X github.com/GoogleContainerTools/container-structure-test/pkg/version.commit={{.Commit}}

0 commit comments

Comments
 (0)