Skip to content

Commit

Permalink
Adding build flag to avoid golang/go#53640 in pre-1.20 go
Browse files Browse the repository at this point in the history
  • Loading branch information
socketbox committed Dec 13, 2022
1 parent 1db7740 commit b969b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ for architecture in amd64 arm64; do
-e "GOARCH=${architecture}" \
-e "CGO_ENABLED=0" \
gorson_builder \
go build -o "bin/$binary_name"
go build -buildvcs=false -o "bin/$binary_name"
done
done

0 comments on commit b969b46

Please sign in to comment.