Update to Golang 1.18
Hey, looks like we can update all the stuff to the latest version?
Main branch updated to Go 1.18.2: https://github.com/hyperledger/fabric/pull/3404
Will do back releases next.
are we plan to use any go 1.18 new features ?
@denyeart , please take a look at https://github.com/hyperledger/fabric/blob/main/go.mod#L3
Not planning to use any Go 1.18 features at the moment, but I'll plan on updating go.mod so that we can. Note that the build has already been updated to use Go 1.18.
Still need to update go.mod Go version. Also need to check Go version in all other Fabric repositories.
Still need to update go.mod Go version. Also need to check Go version in all other Fabric repositories.
and it seems we have go lang 1.19 for now? we will upgrade to 1.19?
Go 1.19 requires some additional updates and is tracked in #3661
I'll use this issue to ensure that all Fabric ecosystem repositories are at least at 1.18.8
https://github.com/Hyperledger-TWGC/fabric-admin-sdk/blob/main/go/go.mod#L3 admin sdk use golang version 1.18 for now.
Done.