@@ -23,7 +23,7 @@ You're good to go, happy coding! Check out the examples for usage demonstrations
2323### Examples
2424
2525- [ E2E Test] ( test/integration/end_to_end_test.go ) and [ Base Test] ( test/integration/base_test_setup.go ) : Part of the E2E tests included with the Go SDK.
26- - [ Dynamic Endorser Selection] (test/integration/sdk_provider_test.go) : An example that uses dynamic endorser selection (based on chaincode policy)
26+ - [ Dynamic Endorser Selection] ( test/integration/sdk_provider_test.go ) : An example that uses dynamic endorser selection (based on chaincode policy)
2727- [ CLI] ( https://github.com/securekey/fabric-examples/tree/master/fabric-cli/ ) : An example CLI for Fabric built with the Go SDK.
2828- More examples needed!
2929
@@ -37,7 +37,7 @@ You're good to go, happy coding! Check out the examples for usage demonstrations
3737
3838### Compatibility
3939
40- - fabric v1.0.1 & fabric-ca v1.0.1
40+ - fabric v1.0.4 & fabric-ca v1.0.4
4141 - fabric-sdk-go: master: HEAD
4242- fabric v1.0.0 & fabric-ca v1.0.0
4343 - fabric-sdk-go: master:110bf21bf3ab0a9a084f46d9698e1daeeda68a59
@@ -64,7 +64,7 @@ If you want to contribute to the Go SDK, please run the test suite and submit pa
6464
6565You need:
6666
67- - Go
67+ - Go 1.9
6868- [ Dep] ( https://github.com/golang/dep )
6969- Make
7070- Docker
@@ -155,14 +155,14 @@ Alternatively you can build and run Fabric on your own box using the following c
155155cd $GOPATH /src/github.com/hyperledger/
156156git clone https://github.com/hyperledger/fabric
157157cd $GOPATH /src/github.com/hyperledger/fabric/
158- git checkout v1.0.1
158+ git checkout v1.0.4
159159make docker
160160
161161# Build fabric-ca:
162162cd $GOPATH /src/github.com/hyperledger/
163163git clone https://github.com/hyperledger/fabric-ca
164164cd $GOPATH /src/github.com/hyperledger/fabric-ca/
165- git checkout v1.0.1
165+ git checkout v1.0.4
166166make docker
167167
168168# Start fabric - latest-env.sh overrides the default docker tags in .env
0 commit comments