Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Jun 16, 2021
1 parent 1211a39 commit 51f8670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/peribolos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Build merge and peribolos tools..."
go build -o tools/bin/merge cmd/merge/main.go
# Add -mod=mod flag for go build because the default behavior of go build have changed in go 1.16.
# Refer: https://github.com/golang/go/issues/44212#issuecomment-776937327
go build -mod=mod -o tools/bin/peribolos k8s.io/test-infra/prow/cmd/peribolos

echo "Generate configuration file:"
Expand Down

0 comments on commit 51f8670

Please sign in to comment.