Skip to content

Commit 04ab9a5

Browse files
Renovate: Update External dependencies
1 parent b6d18b8 commit 04ab9a5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ require (
77
github.com/go-logr/logr v1.4.3
88
github.com/go-openapi/runtime v0.28.0
99
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
10+
github.com/onsi/ginkgo/v2 v2.25.3
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)