diff --git a/README.adoc b/README.adoc index 5cd7ab0d..ea2d3d4b 100644 --- a/README.adoc +++ b/README.adoc @@ -8,7 +8,7 @@ This repo is for controllers, libs, scripts, make files, etc to be shared betwee == 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/go.mod b/go.mod index 6ad6d17c..f68a8f4a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/codeready-toolchain/toolchain-common go 1.24.4 -toolchain go1.24.11 +toolchain go1.24.13 require ( github.com/go-logr/logr v1.4.2