Skip to content

Commit

Permalink
fix: A bug i the ldflags configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jul 25, 2024
1 parent fcc7233 commit c9d06b1
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 @@ -17,7 +17,7 @@ builds:
- linux
- darwin
ldflags:
- -s -w -X"github.com/jjuarez/iks-ctx-cleaner/cmd.Version='v{{ .Version }}'"
- -s -w -X github.com/jjuarez/iks-ctx-cleaner/cmd.Version='v{{ .Version }}'

archives:
- format: tar.gz
Expand Down

0 comments on commit c9d06b1

Please sign in to comment.