Skip to content

Commit 8cd306b

Browse files
committed
Update the go versions to 1.24.0
Signed-off-by: Vibhuair20 <[email protected]>
1 parent 4f1e63f commit 8cd306b

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)