From a46cb8c3af1cb9fa7507cf5f86822a95fa4d9250 Mon Sep 17 00:00:00 2001 From: Rafaela Soares Date: Thu, 5 Feb 2026 11:26:10 +0000 Subject: [PATCH] update go version to 1.24.13 --- README.adoc | 2 +- build/devsandbox-dashboard/Dockerfile | 4 ++-- go.mod | 2 +- openshift-ci/Dockerfile.tools | 4 ++-- required_tools.adoc | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.adoc b/README.adoc index cf86b1cbf..a96e4abbf 100644 --- a/README.adoc +++ b/README.adoc @@ -7,7 +7,7 @@ This repo contains e2e tests for https://github.com/codeready-toolchain/host-ope == Build -Requires Go version 1.24.x (1.24.11 or higher) - download for your development environment https://golang.org/dl/[here]. +Requires Go version 1.24.x (1.24.13 or higher) - download for your development environment https://golang.org/dl/[here]. This repository uses https://github.com/golang/go/wiki/Modules[Go modules]. diff --git a/build/devsandbox-dashboard/Dockerfile b/build/devsandbox-dashboard/Dockerfile index f16c8828b..07074a262 100644 --- a/build/devsandbox-dashboard/Dockerfile +++ b/build/devsandbox-dashboard/Dockerfile @@ -8,8 +8,8 @@ ENV GOPATH=/tmp/go \ PATH=$PATH:$GOPATH/bin \ GIT_COMMITTER_NAME="Developer Sandbox" \ GIT_COMMITTER_EMAIL=devsandbox@redhat.com \ - GOLANG_VERSION=go1.24.11 \ - GOLANG_SHA256=bceca00afaac856bc48b4cc33db7cd9eb383c81811379faed3bdbc80edb0af65 + GOLANG_VERSION=go1.24.13 \ + GOLANG_SHA256=1fc94b57134d51669c72173ad5d49fd62afb0f1db9bf3f798fd98ee423f8d730 # Install additional tools # gettext for envsubst diff --git a/go.mod b/go.mod index 0f9ea07a6..1e0cf7e05 100644 --- a/go.mod +++ b/go.mod @@ -144,4 +144,4 @@ require ( go 1.24.4 -toolchain go1.24.11 +toolchain go1.24.13 diff --git a/openshift-ci/Dockerfile.tools b/openshift-ci/Dockerfile.tools index e508750fb..679e0cebd 100644 --- a/openshift-ci/Dockerfile.tools +++ b/openshift-ci/Dockerfile.tools @@ -9,8 +9,8 @@ ENV LANG=en_US.utf8 \ PATH=$PATH:$GOPATH/bin \ GIT_COMMITTER_NAME="KubeSaw" \ GIT_COMMITTER_EMAIL=devsandbox@redhat.com \ - GOLANG_VERSION=go1.24.11 \ - GOLANG_SHA256=bceca00afaac856bc48b4cc33db7cd9eb383c81811379faed3bdbc80edb0af65 + GOLANG_VERSION=go1.24.13 \ + GOLANG_SHA256=1fc94b57134d51669c72173ad5d49fd62afb0f1db9bf3f798fd98ee423f8d730 ARG GO_PACKAGE_PATH=github.com/codeready-toolchain/toolchain-e2e diff --git a/required_tools.adoc b/required_tools.adoc index 0ee6192c3..27306598a 100644 --- a/required_tools.adoc +++ b/required_tools.adoc @@ -1,5 +1,5 @@ == Required Pre-installed Tools -* go 1.24.x (1.24.11 or higher) +* go 1.24.x (1.24.13 or higher) * git * operator-sdk 1.42.0 + NOTE: Follow the installation instructions https://sdk.operatorframework.io/docs/installation/#install-from-github-release[here]. Make sure that the download URL (specified by the `OPERATOR_SDK_DL_URL` environment variable) is set to the correct version.