Skip to content

Commit 24def32

Browse files
authored
bump go to 1.25.3 (#5324)
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent c5510ed commit 24def32

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 [email protected].2
82+
$ brew install [email protected].3
8383
$ go version
84-
go1.25.2 darwin/amd64
84+
go1.25.3 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.25.2
3+
go 1.25.3
44

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

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.25.2
3+
go 1.25.3
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.25.2
8+
GO_VERSION=1.25.3
99

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

0 commit comments

Comments
 (0)