Merge pull request #119027 from MadhavJivrajani/go1.21-list-e

[prep for go1.21]: use -e in `go list`
This commit is contained in:
Kubernetes Prow Robot 2023-08-17 10:19:22 -07:00 committed by GitHub
commit eee50e349f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@ while IFS= read -r repo; do
echo "=== computing imports for ${repo}"
go list all
echo "=== computing tools imports for ${repo}"
go list -tags=tools all
go list -e -tags=tools all
}
# capture module dependencies