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