Skip to content

Commit

Permalink
chore: fix relase build by removing races
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Feb 17, 2022
1 parent b3fdef1 commit 7a99de7
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 @@ -10,7 +10,7 @@ builds:
- id: evcc
main: main.go
flags:
- -race -tags=release
- -tags=release
ldflags:
- -X github.com/evcc-io/evcc/server.Version={{.Version}} -X github.com/evcc-io/evcc/server.Commit={{.ShortCommit}} -s -w
env:
Expand Down

0 comments on commit 7a99de7

Please sign in to comment.