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

Add GHA support #53

Closed mbwhite closed 2 years ago

mbwhite commented 2 years ago

Add gh-actions workflow

Update the one formatting, two lint and failing tests assertion that prevents the build from completing

The assertion (assert.Equal) fixes should be a temporary solution as I believe we need to change the assertion library. To the one used by the main fabric repo - as that seems to be able to cope with equality of TLSConfig structures. The current one here doesn't cope with objects with functions.

Signed-off-by: Matthew B White whitemat@uk.ibm.com