Skip to content

Commit

Permalink
Merge pull request #351 from zeeke/fix-ginkgo-download
Browse files Browse the repository at this point in the history
Set `mod=readonly` when installing binaries
  • Loading branch information
adrianchiris authored Aug 21, 2022
2 parents c2149c1 + fea8756 commit d46bc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-e2e-conformance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ $? -ne 0 ]; then
GINKGO_TMP_DIR=$(mktemp -d)
cd $GINKGO_TMP_DIR
go mod init tmp
go install github.com/onsi/ginkgo/[email protected]
go install -mod=readonly github.com/onsi/ginkgo/[email protected]
rm -rf $GINKGO_TMP_DIR
echo "Downloading ginkgo tool"
cd -
Expand Down

0 comments on commit d46bc6d

Please sign in to comment.