File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ Optional: Install the latest Fabric supported version of [Go](https://golang.org
7979installed (only required if you will be writing Go chaincode or SDK applications).
8080
8181``` shell
82- $ brew install go@1.25.2
82+ $ brew install go@1.25.3
8383$ go version
84- go1.25.2 darwin/amd64
84+ go1.25.3 darwin/amd64
8585```
8686
8787### JQ
Original file line number Diff line number Diff line change 11module github.com/hyperledger/fabric
22
3- go 1.25.2
3+ go 1.25.3
44
55require (
66 code.cloudfoundry.org/clock v1.0.0
Original file line number Diff line number Diff line change 11module tools
22
3- go 1.25.2
3+ go 1.25.3
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.25.2
8+ GO_VERSION=1.25.3
99
1010# ----------------------------------------------------------------
1111# Install Golang
You can’t perform that action at this time.
0 commit comments