Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporary fix for failing CI for master branch
TestHTTPExecuteDeployTransaction is failing on master because it is trying to go get http://github.com/hyperledger/fabric-test-resources/examples/chaincode/go/chaincode_example01 which implements new interfaces from the convergence branch. This patch points the test at a different repo for now and demonstrates usage of gopkg.in to attempt to overcome limitations of go versioning Fixes FAB-305 Change-Id: I55113b36a7cd6c505e7dc2503a31d91fa11b8c5b Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information