File tree Expand file tree Collapse file tree
core/chaincode/platforms/golang/testdata/src/chaincodes/toolchain
integration/chaincode/module Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/hyperledger/fabric/core/chaincode/platforms/golang/testdata/sr
22
33go 1.25.10
44
5- toolchain go1.26.3
5+ toolchain go1.26.4
66
77// This should not get included in packages that were created from a GOPATH
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.26.3
77- go version # => go1.26.3 darwin/amd64
76+ brew install go@1.26.4
77+ go version # => go1.26.4 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.26.3
3+ go 1.26.4
44
55require (
66 code.cloudfoundry.org/clock v1.15.0
Original file line number Diff line number Diff line change 11module module
22
3- go 1.26.3
3+ go 1.26.4
44
55require (
66 github.com/hyperledger/fabric-chaincode-go/v2 v2.0.0-20240802023949-a356b32676fd
Original file line number Diff line number Diff line change 11module tools
22
3- go 1.26.3
3+ go 1.26.4
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.26.3
8+ GO_VERSION=1.26.4
99
1010# ----------------------------------------------------------------
1111# Install Golang
You can’t perform that action at this time.
0 commit comments