fix: update version injection in goreleaser config

This commit is contained in:
dacrab 2024-12-27 13:12:31 +02:00
parent 2617a8ece8
commit 98d60390f5

View File

@ -21,7 +21,7 @@ builds:
goarch: "386"
ldflags:
- -s -w
- -X main.version={{.Version}}
- -X 'main.version={{.Version}}'
flags:
- -trimpath
mod_timestamp: '{{ .CommitTimestamp }}'