File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 29
29
uses : actions/setup-go@v5
30
30
with :
31
31
check-latest : true
32
- go-version : 1.24.6
32
+ go-version : 1.25.1
33
33
- name : Run golangci-lint
34
34
uses : golangci/golangci-lint-action@v8
35
35
with :
Original file line number Diff line number Diff line change 32
32
uses : actions/setup-go@v5
33
33
with :
34
34
check-latest : true
35
- go-version : 1.24.6
35
+ go-version : 1.25.1
36
36
- name : Build all binaries
37
37
run : make build-all
38
38
test :
47
47
uses : actions/setup-go@v5
48
48
with :
49
49
check-latest : true
50
- go-version : 1.24.6
50
+ go-version : 1.25.1
51
51
- name : Run tests and generate coverage report
52
52
run : make build/cover.out
Original file line number Diff line number Diff line change 32
32
uses : actions/setup-go@v5
33
33
with :
34
34
check-latest : true
35
- go-version : 1.24.6
35
+ go-version : 1.25.1
36
36
- name : Initialize CodeQL
37
37
uses : github/codeql-action/init@v3
38
38
with :
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ require (
7
7
github.com/go-logr/logr v1.4.3
8
8
github.com/go-openapi/runtime v0.28.0
9
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
10
+ github.com/onsi/ginkgo/v2 v2.25.3
11
+ github.com/onsi/gomega v1.38.2
12
12
github.com/sapcc/kubernikus v1.0.1-0.20250731130919-ba31cf88de9b
13
13
k8s.io/api v0.33.3
14
14
k8s.io/apimachinery v0.33.3
15
15
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
18
18
)
19
19
20
20
require (
You can’t perform that action at this time.
0 commit comments