Skip to content

Commit c82dab7

Browse files
committed
bump go to 1.26.4
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
1 parent 4c1840f commit c82dab7

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

core/chaincode/platforms/golang/testdata/src/chaincodes/toolchain/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/hyperledger/fabric/core/chaincode/platforms/golang/testdata/sr
22

33
go 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

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.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

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.26.3
3+
go 1.26.4
44

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

integration/chaincode/module/go.mod

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

3-
go 1.26.3
3+
go 1.26.4
44

55
require (
66
github.com/hyperledger/fabric-chaincode-go/v2 v2.0.0-20240802023949-a356b32676fd

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.26.3
3+
go 1.26.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.26.3
8+
GO_VERSION=1.26.4
99

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

0 commit comments

Comments
 (0)