Skip to content

Commit 1d2ff62

Browse files
committed
Bump Go to 1.23.7 (release-2.5)
Bump Go to 1.23.7 (release-2.5) Note that the Makefile and Github Actions do not need updates since they reference the Go version in go.mod now. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent 49eb642 commit 1d2ff62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/prereqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Optional: Install the latest Fabric supported version of [Go](https://golang.org
7979
installed (only required if you will be writing Go chaincode or SDK applications).
8080

8181
```shell
82-
$ brew install go@1.23.5
82+
$ brew install go@1.23.7
8383
$ go version
84-
go1.23.5 darwin/amd64
84+
go1.23.7 darwin/amd64
8585
```
8686

8787
### 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.23.5
3+
go 1.23.7
44

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

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.23.5
8+
GO_VERSION=1.23.7
99

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

0 commit comments

Comments
 (0)