Skip to content

Commit

Permalink
Fix generator build to work with go 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Loriedo <[email protected]>
  • Loading branch information
l0rd committed Jun 13, 2022
1 parent f9338ba commit 90574dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ echo "Building generator"

cd "${BASE_DIR}/generator"
go generate ./...
go build -o build/generator
GOFLAGS="-buildvcs=false" go build -o build/generator

0 comments on commit 90574dc

Please sign in to comment.