remove the old ldflags line

This commit is contained in:
HikariKnight 2024-03-30 14:56:37 +01:00 committed by GitHub
parent 6852f53da4
commit 2e181f9e3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,6 @@ builds:
- linux - linux
goarch: goarch:
- amd64 - amd64
ldflags:
- -s -w -X version.Version={{ .Tag }}
mod_timestamp: "{{ .CommitTimestamp }}" mod_timestamp: "{{ .CommitTimestamp }}"
ldflags: ldflags:
- -s -w -X github.com/HikariKnight/quickpassthrough/internal/version.Version={{.Version}} - -s -w -X github.com/HikariKnight/quickpassthrough/internal/version.Version={{.Version}}