File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1414This repository uses https://github.com/golang/go/wiki/Modules[Go modules].
1515
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/codeready-toolchain/registration-service
22
33go 1.24.4
44
5- toolchain go1.24.11
5+ toolchain go1.24.13
66
77require (
88 github.com/aws/aws-sdk-go v1.44.100
Original file line number Diff line number Diff 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
1515ARG GO_PACKAGE_PATH=github.com/codeready-toolchain/registration-service
1616
You can’t perform that action at this time.
0 commit comments