Skip to content

Commit b54f903

Browse files
Renovate: Update External dependencies
1 parent b6d18b8 commit b54f903

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-go@v5
3030
with:
3131
check-latest: true
32-
go-version: 1.24.6
32+
go-version: 1.25.1
3333
- name: Run golangci-lint
3434
uses: golangci/golangci-lint-action@v8
3535
with:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-go@v5
3333
with:
3434
check-latest: true
35-
go-version: 1.24.6
35+
go-version: 1.25.1
3636
- name: Build all binaries
3737
run: make build-all
3838
test:
@@ -47,6 +47,6 @@ jobs:
4747
uses: actions/setup-go@v5
4848
with:
4949
check-latest: true
50-
go-version: 1.24.6
50+
go-version: 1.25.1
5151
- name: Run tests and generate coverage report
5252
run: make build/cover.out

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-go@v5
3333
with:
3434
check-latest: true
35-
go-version: 1.24.6
35+
go-version: 1.25.1
3636
- name: Initialize CodeQL
3737
uses: github/codeql-action/init@v3
3838
with:

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ go 1.24.0
55
require (
66
github.com/ghodss/yaml v1.0.0
77
github.com/go-logr/logr v1.4.3
8-
github.com/go-openapi/runtime v0.28.0
9-
github.com/go-openapi/strfmt v0.23.0
10-
github.com/onsi/ginkgo/v2 v2.23.4
11-
github.com/onsi/gomega v1.38.0
8+
github.com/go-openapi/runtime v0.29.0
9+
github.com/go-openapi/strfmt v0.24.0
10+
github.com/onsi/ginkgo/v2 v2.26.0
11+
github.com/onsi/gomega v1.38.2
1212
github.com/sapcc/kubernikus v1.0.1-0.20250731130919-ba31cf88de9b
1313
k8s.io/api v0.33.3
1414
k8s.io/apimachinery v0.33.3
1515
k8s.io/client-go v0.33.3
16-
sigs.k8s.io/cluster-api v1.10.4
17-
sigs.k8s.io/controller-runtime v0.21.0
16+
sigs.k8s.io/cluster-api v1.11.1
17+
sigs.k8s.io/controller-runtime v0.22.1
1818
)
1919

2020
require (

0 commit comments

Comments
 (0)