ci: bump go-version constraint to >=1.26

k8s.io/api v0.36.0 requires Go 1.26.0; autoupdate has been failing
since 2026-04-23 because setup-go's cached 1.25.9 fell behind.
This commit is contained in:
2026-05-02 22:03:19 +01:00
parent 30ffc823d9
commit b555d84d32
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ jobs:
autoupdate:
uses: lukaszraczylo/shared-actions/.github/workflows/go-autoupdate.yaml@main
with:
go-version: ">=1.25"
go-version: ">=1.26"
release-workflow: "release.yaml"
secrets: inherit