[v0.36.0] release prep: bump k8s/go deps, manifests, docs, and CI matrix

This commit is contained in:
Amir Alavi
2026-05-15 22:18:06 -04:00
parent d6720f509c
commit 3f8f9bb74e
1351 changed files with 66768 additions and 62552 deletions

View File

@@ -19,7 +19,7 @@
go::verify_version() {
GO_VERSION=($(go version))
if [[ -z $(echo "${GO_VERSION[2]}" | grep -E 'go1.23|go1.24|go1.25') ]]; then
if [[ -z $(echo "${GO_VERSION[2]}" | grep -E 'go1.24|go1.25|go1.26') ]]; then
echo "Unknown go version '${GO_VERSION[2]}', skipping gofmt."
exit 1
fi