Skip to content

Commit 4b8f17c

Browse files
authored
update ldflags to use csctl (#81)
this was missed during last renaming and we also need to adjust the ldflags after the renaming of the project. This commit does the same. Signed-off-by: kranurag7 <[email protected]>
1 parent 0adfba8 commit 4b8f17c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ builds:
1010
- arm64
1111
env:
1212
- CGO_ENABLED=0
13-
ldflags: -w -s -X github.com/SovereignCloudStack/csmctl/pkg/cmd.Version={{.Version}} -X github.com/SovereignCloudStack/csmctl/pkg/cmd.Commit={{.Commit}}
13+
ldflags:
14+
- -s -w
15+
- -X 'github.com/SovereignCloudStack/csctl/pkg/cmd.Version={{.Version}}'
16+
- -X 'github.com/SovereignCloudStack/csctl/pkg/cmd.Commit={{.Commit}}'

0 commit comments

Comments
 (0)