Merge pull request #17088 from ahrtr/gofail_20231211

Install gofail in module-aware mode and ignore go.mod file
This commit is contained in:
Benjamin Wang 2023-12-11 19:10:50 +00:00 committed by GitHub
commit 9ffd2d51f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ gofail-disable: install-gofail
.PHONY: install-gofail
install-gofail:
cd tools/mod; go install go.etcd.io/gofail@${GOFAIL_VERSION}
go install go.etcd.io/gofail@${GOFAIL_VERSION}
# Build previous releases for robustness tests