Skip to content

Commit

Permalink
add env var
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozhenko <alexbozhenko@gmail.com>
  • Loading branch information
alexbozhenko committed Jan 24, 2025
1 parent 257319c commit 2227c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ builds:
ldflags:
- -w -X 'github.com/nats-io/nats-server/v2/server.gitCommit={{.ShortCommit}}' -X 'github.com/nats-io/nats-server/v2/server.serverVersion={{.Tag}}'
env:
- GOTOOLCHAIN={{ envOrDefault "GORELEASER_TOOLCHAIN" "go1.23.5" }}
- GO111MODULE=on
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit 2227c37

Please sign in to comment.