From c3fcd0fd3ffdd9ae51a7889f5f81ab25ae9248a8 Mon Sep 17 00:00:00 2001 From: Todd Short Date: Fri, 19 Dec 2025 14:12:56 -0500 Subject: [PATCH] Update go version to 1.25.3 Signed-off-by: Todd Short --- .tilt-support | 2 +- go.mod | 2 +- hack/ci/custom-linters/analyzers/testdata/go.mod | 2 +- hack/ci/custom-linters/analyzers/testdata/go.sum | 2 -- hack/tools/test-profiling/go.mod | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.tilt-support b/.tilt-support index 9cb01b1526..dcd827d04c 100644 --- a/.tilt-support +++ b/.tilt-support @@ -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} diff --git a/go.mod b/go.mod index 6579a80009..46c131db2c 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/hack/ci/custom-linters/analyzers/testdata/go.mod b/hack/ci/custom-linters/analyzers/testdata/go.mod index 23875e2335..6a5571ff39 100644 --- a/hack/ci/custom-linters/analyzers/testdata/go.mod +++ b/hack/ci/custom-linters/analyzers/testdata/go.mod @@ -1,5 +1,5 @@ module testdata -go 1.24.3 +go 1.25.3 require github.com/go-logr/logr v1.4.3 diff --git a/hack/ci/custom-linters/analyzers/testdata/go.sum b/hack/ci/custom-linters/analyzers/testdata/go.sum index 7ef38a47f2..b9b2a8ff03 100644 --- a/hack/ci/custom-linters/analyzers/testdata/go.sum +++ b/hack/ci/custom-linters/analyzers/testdata/go.sum @@ -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= diff --git a/hack/tools/test-profiling/go.mod b/hack/tools/test-profiling/go.mod index df225c4273..11c55a0d85 100644 --- a/hack/tools/test-profiling/go.mod +++ b/hack/tools/test-profiling/go.mod @@ -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