mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 07:13:53 +00:00
Merge pull request #119027 from MadhavJivrajani/go1.21-list-e
[prep for go1.21]: use -e in `go list`
This commit is contained in:
commit
eee50e349f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user