Skip to content

Commit 2b94dbc

Browse files
authored
Update go version to 1.25.3 (#2400)
Signed-off-by: Todd Short <tshort@redhat.com>
1 parent 90cd55a commit 2b94dbc

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.tilt-support

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def deploy_cert_manager_if_needed():
1414
docker_build(
1515
ref='helper',
1616
context='.',
17-
build_args={'GO_VERSION': '1.24'},
17+
build_args={'GO_VERSION': '1.25'},
1818
dockerfile_contents='''
1919
ARG GO_VERSION
2020
FROM golang:${GO_VERSION}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/operator-framework/operator-controller
22

3-
go 1.24.6
3+
go 1.25.3
44

55
require (
66
github.com/BurntSushi/toml v1.5.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module testdata
22

3-
go 1.24.3
3+
go 1.25.3
44

55
require github.com/go-logr/logr v1.4.3
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
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=
31
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
42
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=

hack/tools/test-profiling/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/operator-framework/operator-controller/hack/tools/test-profiling
22

3-
go 1.24.6
3+
go 1.25.3
44

55
require (
66
github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d

0 commit comments

Comments
 (0)