Skip to content

Commit bd7ab5c

Browse files
authored
update go version to 1.24.13 (#1252)
1 parent 8d62db8 commit bd7ab5c

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repo contains e2e tests for https://github.com/codeready-toolchain/host-ope
77

88
== Build
99

10-
Requires Go version 1.24.x (1.24.11 or higher) - download for your development environment https://golang.org/dl/[here].
10+
Requires Go version 1.24.x (1.24.13 or higher) - download for your development environment https://golang.org/dl/[here].
1111

1212
This repository uses https://github.com/golang/go/wiki/Modules[Go modules].
1313

build/devsandbox-dashboard/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ENV GOPATH=/tmp/go \
88
PATH=$PATH:$GOPATH/bin \
99
GIT_COMMITTER_NAME="Developer Sandbox" \
1010
GIT_COMMITTER_EMAIL=devsandbox@redhat.com \
11-
GOLANG_VERSION=go1.24.11 \
12-
GOLANG_SHA256=bceca00afaac856bc48b4cc33db7cd9eb383c81811379faed3bdbc80edb0af65
11+
GOLANG_VERSION=go1.24.13 \
12+
GOLANG_SHA256=1fc94b57134d51669c72173ad5d49fd62afb0f1db9bf3f798fd98ee423f8d730
1313

1414
# Install additional tools
1515
# gettext for envsubst

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ require (
144144

145145
go 1.24.4
146146

147-
toolchain go1.24.11
147+
toolchain go1.24.13
148148

149149
tool github.com/playwright-community/playwright-go/cmd/playwright

openshift-ci/Dockerfile.tools

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ENV LANG=en_US.utf8 \
99
PATH=$PATH:$GOPATH/bin \
1010
GIT_COMMITTER_NAME="KubeSaw" \
1111
GIT_COMMITTER_EMAIL=devsandbox@redhat.com \
12-
GOLANG_VERSION=go1.24.11 \
13-
GOLANG_SHA256=bceca00afaac856bc48b4cc33db7cd9eb383c81811379faed3bdbc80edb0af65
12+
GOLANG_VERSION=go1.24.13 \
13+
GOLANG_SHA256=1fc94b57134d51669c72173ad5d49fd62afb0f1db9bf3f798fd98ee423f8d730
1414

1515
ARG GO_PACKAGE_PATH=github.com/codeready-toolchain/toolchain-e2e
1616

required_tools.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
== Required Pre-installed Tools
2-
* go 1.24.x (1.24.11 or higher)
2+
* go 1.24.x (1.24.13 or higher)
33
* git
44
* operator-sdk 1.42.0 +
55
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.

0 commit comments

Comments
 (0)