Skip to content

Commit

Permalink
Add missing var setter flag
Browse files Browse the repository at this point in the history
  • Loading branch information
msmans committed May 8, 2023
1 parent f571627 commit 3706e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ if [ -z "$VER" ]; then
exit 1
fi

go build -ldflags '-s -w' -o ../proxy-linux-amd64
go build -ldflags "-s -w -X main.version=$VER" -o ../proxy-linux-amd64

0 comments on commit 3706e76

Please sign in to comment.