Skip to content

Commit bfa69cb

Browse files
authored
bump go to 1.24.4 (#5230)
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent 184c256 commit bfa69cb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/source/prereqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Optional: Install the latest Fabric supported version of [Go](https://golang.org
7373
installed (only required if you will be writing Go chaincode or SDK applications).
7474

7575
```shell
76-
brew install [email protected].2
77-
go version # => go1.24.2 darwin/amd64
76+
brew install [email protected].4
77+
go version # => go1.24.4 darwin/amd64
7878
```
7979

8080
### JQ

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hyperledger/fabric
22

3-
go 1.24.2
3+
go 1.24.4
44

55
require (
66
code.cloudfoundry.org/clock v1.15.0

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools
22

3-
go 1.24.2
3+
go 1.24.4
44

55
tool (
66
github.com/AlekSi/gocov-xml

vagrant/golang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# SPDX-License-Identifier: Apache-2.0
66

77
GOROOT='/opt/go'
8-
GO_VERSION=1.24.2
8+
GO_VERSION=1.24.4
99

1010
# ----------------------------------------------------------------
1111
# Install Golang

0 commit comments

Comments
 (0)