Skip to content

Commit

Permalink
change goreleaser build version template
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed Jul 27, 2023
1 parent 3bbe981 commit 4c20b1f
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 @@ -3,7 +3,7 @@ project_name: confluence-gardner
builds:
- env: [CGO_ENABLED=0]
ldflags:
- -s -w -X confluence-gardner/conf.version={{.Version}}
- -s -w -X confluence-gardner/conf.version={{.Tag }}
dockers:
-
goos: linux
Expand Down

0 comments on commit 4c20b1f

Please sign in to comment.