Skip to content

Commit 7e680ce

Browse files
authored
update go to 1.24.13 (#512)
1 parent f69e0fd commit 7e680ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repo is for controllers, libs, scripts, make files, etc to be shared betwee
88

99
== Build
1010

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

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

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/toolchain-common
22

33
go 1.24.4
44

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

77
require (
88
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)