Specify go 1.18 instead of go 1.19 in go.mod files

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
This commit is contained in:
Mark S. Lewis 2022-10-25 10:47:07 +01:00
parent 88a61065f6
commit dd4712e042
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
module assetTransfer
go 1.19
go 1.18
require (
github.com/hyperledger/fabric-gateway v1.1.1

View file

@ -1,6 +1,6 @@
module asset-transfer-basic
go 1.19
go 1.18
require github.com/hyperledger/fabric-sdk-go v1.0.0

View file

@ -1,6 +1,6 @@
module assetTransfer
go 1.19
go 1.18
require (
github.com/hyperledger/fabric-gateway v1.1.1

View file

@ -1,6 +1,6 @@
module fabcar
go 1.19
go 1.18
require github.com/hyperledger/fabric-sdk-go v1.0.0

View file

@ -1,6 +1,6 @@
module github.com/hyperledger/fabric-samples/asset-transfer-basic/application-gateway-hsm/go
go 1.19
go 1.18
require (
github.com/hyperledger/fabric-gateway v1.1.1

View file

@ -1,6 +1,6 @@
module github.com/hyperledger/fabric-samples/high-throughput/application-go
go 1.19
go 1.18
require github.com/hyperledger/fabric-sdk-go v1.0.0