From 1caa55cedebf6f0b79528a81ad0ffe92744ec137 Mon Sep 17 00:00:00 2001 From: Rafaela Soares Date: Thu, 5 Feb 2026 11:34:51 +0000 Subject: [PATCH] update go to 1.24.13 --- README.adoc | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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