Skip to content

Commit 40b1491

Browse files
committed
Update the go versions to 1.24.0
1 parent 4f1e63f commit 40b1491

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hyperledger-labs/fabric-smart-client
22

3-
go 1.22.6
3+
go 1.24.0
44

55
require (
66
github.com/IBM/idemix v0.0.2-0.20240816143710-3dce4618d760
@@ -75,6 +75,7 @@ require (
7575
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
7676
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
7777
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
78+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
7879
github.com/google/go-cmp v0.6.0 // indirect
7980
github.com/libp2p/go-libp2p-routing-helpers v0.7.4 // indirect
8081
github.com/mitchellh/mapstructure v1.5.0 // indirect

platform/fabric/services/state/cc/query/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hyperledger-labs/fabric-smart-client/platform/fabric/services/state/cc/query
22

3-
go 1.24
3+
go 1.24.0
44

55
require (
66
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240704073638-9fb89180dc17

0 commit comments

Comments
 (0)