File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ Optional: Install the latest Fabric supported version of [Go](https://golang.org
7373installed (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
Original file line number Diff line number Diff line change 11module github.com/hyperledger/fabric
22
3- go 1.24.0
3+ go 1.24.2
44
55require (
66 code.cloudfoundry.org/clock v1.15.0
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ All improvements and fixes as of v2.5.12 have also been included in v3.1.0.
5050Dependencies
5151------------
5252Fabric 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
5656Fabric docker images on docker.io and ghcr.io utilize Ubuntu 22.04.
Original file line number Diff line number Diff line change 11module tools
22
3- go 1.24.0
3+ go 1.24.2
44
55tool (
66 github.com/AlekSi/gocov-xml
Original file line number Diff line number Diff line change 55# SPDX-License-Identifier: Apache-2.0
66
77GOROOT=' /opt/go'
8- GO_VERSION=1.24.0
8+ GO_VERSION=1.24.2
99
1010# ----------------------------------------------------------------
1111# Install Golang
You can’t perform that action at this time.
0 commit comments