Skip to content

Commit

Permalink
Change go.mod to 1.21.0
Browse files Browse the repository at this point in the history
Update go.mod files to use toolchain compatible full version.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Jul 4, 2024
1 parent 4aa17f3 commit d170ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hyperledger/fabric-chaincode-go

go 1.21
go 1.21.0

require (
github.com/golang/protobuf v1.5.4
Expand Down
2 changes: 1 addition & 1 deletion v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hyperledger/fabric-chaincode-go/v2

go 1.21
go 1.21.0

require (
github.com/hyperledger/fabric-protos-go-apiv2 v0.3.3
Expand Down

0 comments on commit d170ccb

Please sign in to comment.