Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 7731bd8

Browse files
committed
[FAB-6928] Update CI to v1.0.4
Change-Id: If8d83803dceb2a6577a64cb7c4768e1b94286fb4 Signed-off-by: Troy Ronda <troy@troyronda.com>
1 parent 5c79a68 commit 7731bd8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FABRIC_SDK_EXTRA_GO_TAGS ?=
3434
FABRIC_SDK_POPULATE_VENDOR ?= true
3535

3636
# Fabric tool versions (overridable)
37-
FABRIC_TOOLS_VERSION ?= 1.0.3
37+
FABRIC_TOOLS_VERSION ?= 1.0.4
3838
FABRIC_BASE_VERSION ?= 0.4.2
3939

4040
# Fabric base docker image (overridable)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

6565
You 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
155155
cd $GOPATH/src/github.com/hyperledger/
156156
git clone https://github.com/hyperledger/fabric
157157
cd $GOPATH/src/github.com/hyperledger/fabric/
158-
git checkout v1.0.1
158+
git checkout v1.0.4
159159
make docker
160160

161161
# Build fabric-ca:
162162
cd $GOPATH/src/github.com/hyperledger/
163163
git clone https://github.com/hyperledger/fabric-ca
164164
cd $GOPATH/src/github.com/hyperledger/fabric-ca/
165-
git checkout v1.0.1
165+
git checkout v1.0.4
166166
make docker
167167

168168
# Start fabric - latest-env.sh overrides the default docker tags in .env

test/fixtures/.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ ARCH=x86_64
1414
CORE_PEER_NETWORKID=fabsdkgo
1515
COMPOSE_PROJECT_NAME=fabsdkgo
1616

17-
FABRIC_CA_FIXTURE_TAG=1.0.3
18-
FABRIC_ORDERER_FIXTURE_TAG=1.0.3
19-
FABRIC_PEER_FIXTURE_TAG=1.0.3
20-
FABRIC_COUCHDB_FIXTURE_TAG=1.0.3
21-
FABRIC_BUILDER_FIXTURE_TAG=1.0.3
17+
FABRIC_CA_FIXTURE_TAG=1.0.4
18+
FABRIC_ORDERER_FIXTURE_TAG=1.0.4
19+
FABRIC_PEER_FIXTURE_TAG=1.0.4
20+
FABRIC_COUCHDB_FIXTURE_TAG=1.0.4
21+
FABRIC_BUILDER_FIXTURE_TAG=1.0.4
2222
FABRIC_BASEOS_FIXTURE_TAG=0.4.2
2323
FABRIC_BASEIMAGE_FIXTURE_TAG=0.4.2
2424

0 commit comments

Comments
 (0)