Skip to content

Commit c259a2e

Browse files
committed
bump go to 1.24.2
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
1 parent dffeebd commit c259a2e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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 go@1.24.0
77-
go version # => go1.24.0 darwin/amd64
76+
brew install go@1.24.2
77+
go version # => go1.24.2 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.0
3+
go 1.24.2
44

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

release_notes/v3.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ All improvements and fixes as of v2.5.12 have also been included in v3.1.0.
5050
Dependencies
5151
------------
5252
Fabric v3.1.0 has been tested with the following dependencies:
53-
* Go 1.24.0
53+
* Go 1.24.2
5454
* CouchDB v3.4.2
5555

5656
Fabric docker images on docker.io and ghcr.io utilize Ubuntu 22.04.

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.0
3+
go 1.24.2
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.0
8+
GO_VERSION=1.24.2
99

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

0 commit comments

Comments
 (0)