File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ go 1.24.0
55require (
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
2020require (
You can’t perform that action at this time.
0 commit comments