Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tilt-support
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def deploy_cert_manager_if_needed():
docker_build(
ref='helper',
context='.',
build_args={'GO_VERSION': '1.24'},
build_args={'GO_VERSION': '1.25'},
dockerfile_contents='''
ARG GO_VERSION
FROM golang:${GO_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/operator-framework/operator-controller

go 1.24.6
go 1.25.3

require (
github.com/BurntSushi/toml v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/custom-linters/analyzers/testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module testdata

go 1.24.3
go 1.25.3

require github.com/go-logr/logr v1.4.3
2 changes: 0 additions & 2 deletions hack/ci/custom-linters/analyzers/testdata/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
2 changes: 1 addition & 1 deletion hack/tools/test-profiling/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/operator-framework/operator-controller/hack/tools/test-profiling

go 1.24.6
go 1.25.3

require (
github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d
Expand Down
Loading