File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed
ci/custom-linters/analyzers/testdata Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def deploy_cert_manager_if_needed():
1414docker_build(
1515 ref='helper',
1616 context='.',
17- build_args={'GO_VERSION': '1.24 '},
17+ build_args={'GO_VERSION': '1.25 '},
1818 dockerfile_contents='''
1919ARG GO_VERSION
2020FROM golang:${GO_VERSION}
Original file line number Diff line number Diff line change 11module github.com/operator-framework/operator-controller
22
3- go 1.24.6
3+ go 1.25.3
44
55require (
66 github.com/BurntSushi/toml v1.5.0
Original file line number Diff line number Diff line change 11module testdata
22
3- go 1.24 .3
3+ go 1.25 .3
44
55require github.com/go-logr/logr v1.4.3
Original file line number Diff line number Diff line change 1- github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY =
2- github.com/go-logr/logr v1.4.2 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
31github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI =
42github.com/go-logr/logr v1.4.3 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
Original file line number Diff line number Diff line change 11module github.com/operator-framework/operator-controller/hack/tools/test-profiling
22
3- go 1.24.6
3+ go 1.25.3
44
55require (
66 github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d
You can’t perform that action at this time.
0 commit comments