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:
Tim Hockin
2021-07-29 16:13:38 -07:00
committed by GitHub
parent b302770660
commit 09dc055984
28 changed files with 88 additions and 54 deletions

View File

@@ -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