Skip to content

Commit c1bb274

Browse files
committed
fix: Go linker flag
Fixes the flag to set the version of the provider.
1 parent 776873c commit c1bb274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ builds:
1414
flags:
1515
- -trimpath
1616
ldflags:
17-
- "-s -w -X github.com/celest-dev/pulumi-turso/provider/Version={{ .Tag }}"
17+
- "-s -w -X github.com/celest-dev/pulumi-turso/provider.Version={{ .Tag }}"
1818
goos:
1919
- windows
2020
- linux

0 commit comments

Comments
 (0)