Skip to content

Commit

Permalink
Change go.mod to 1.21.0 (#112)
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 <[email protected]>
  • Loading branch information
denyeart authored Jul 4, 2024
1 parent 4aa17f3 commit 9fb8918
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 9fb8918

Please sign in to comment.