mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Update golang.org/x/time/rate (#104014)
* Add failing test case * Update golang.org/x/time/rate * Call update-internal-modules from update-vendor
This commit is contained in:
@@ -362,7 +362,12 @@ for repo in $(kube::util::list_staging_repos); do
|
||||
done
|
||||
|
||||
|
||||
# Phase 7: rebuild vendor directory
|
||||
# Phase 7: update internal modules
|
||||
kube::log::status "vendor: updating internal modules"
|
||||
hack/update-internal-modules.sh >>"${LOG_FILE}" 2>&1
|
||||
|
||||
|
||||
# Phase 8: rebuild vendor directory
|
||||
kube::log::status "vendor: running 'go mod vendor'"
|
||||
go mod vendor >>"${LOG_FILE}" 2>&1
|
||||
|
||||
|
Reference in New Issue
Block a user