Skip to content

Commit

Permalink
fix goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Anni committed Jan 31, 2025
1 parent 983fcbd commit cb6b1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
- -X {{ .ModulePath }}/internal/version.Version={{.Version}}
- -X {{ .ModulePath }}/internal/version.Commit={{.Commit}}
- -X {{ .ModulePath }}/internal/version.Date={{.Date}}
- -X {{ .ModulePath }}/internal/version.GoVersion={{.GoVersion}}
- -X {{ .ModulePath }}/internal/version.GoVersion={{.Env.GOVERSION}}
goos:
- linux
- darwin
Expand Down

0 comments on commit cb6b1b9

Please sign in to comment.