hyperledger / fabric-chaincode-go

Hyperledger Fabric Packages for Go Chaincode
https://pkg.go.dev/github.com/hyperledger/fabric-chaincode-go
Apache License 2.0
137 stars 133 forks source link

Bump Go to 1.14.12 #27

Closed lindluni closed 3 years ago

lindluni commented 3 years ago

Aligns Chaincode-Go with the latest Go version in the 1.14 stream.

Retires the custom docker image in place of using the publicly available Go image and installing the Go Tools at test time. These relieves a maintenance burden of keeping the image up to date and publishing it.

Signed-off-by: Brett Logan brett.t.logan@ibm.com