mirror of
https://github.com/lukaszraczylo/kubemirror.git
synced 2026-06-04 22:39:20 +00:00
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:
@@ -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
|
||||
|
||||
@@ -19,5 +19,5 @@ jobs:
|
||||
pr-checks:
|
||||
uses: lukaszraczylo/shared-actions/.github/workflows/go-pr.yaml@main
|
||||
with:
|
||||
go-version: ">=1.25"
|
||||
go-version: ">=1.26"
|
||||
secrets: inherit
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ">=1.25"
|
||||
go-version: ">=1.26"
|
||||
|
||||
- name: Install dependencies
|
||||
run: go mod download
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
needs: e2e-tests
|
||||
uses: lukaszraczylo/shared-actions/.github/workflows/go-release.yaml@main
|
||||
with:
|
||||
go-version: ">=1.25"
|
||||
go-version: ">=1.26"
|
||||
docker-enabled: true
|
||||
secrets: inherit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user