Skip to content

Commit b60d98c

Browse files
authored
update go to 1.24.13 (#576)
1 parent 9f4654e commit b60d98c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is the Developer Sandbox Registration Service repository. It implements the
99

1010
== Build
1111

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

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/codeready-toolchain/registration-service
22

33
go 1.24.4
44

5-
toolchain go1.24.11
5+
toolchain go1.24.13
66

77
require (
88
github.com/aws/aws-sdk-go v1.44.100

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/registration-service
1616

0 commit comments

Comments
 (0)