Skip to content

Commit

Permalink
FAB-8485 update go version to 1.9.2
Browse files Browse the repository at this point in the history
update go version in ci.properties file to make fabric compatible with
1.9.2 version.
add /release folder to .gitignore file

Change-Id: I0dd0f857cbbd6a459ea2cc50c5ba85067e9087f0
Signed-off-by: rameshthoomu <[email protected]>
  • Loading branch information
rameshthoomu committed Feb 24, 2018
1 parent 2308eab commit 680960e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ testdata/openssl.cnf.base.this
testdata/runFabricCaFvt.json
testdata/ec_cert.pem
fabric-ca
/release/darwin-amd64
/release/linux-amd64
/release/linux-s390x
/release/linux-ppc64le
/release/windows-amd64
vendor/github.com/cloudflare/cfssl/vendor/github.com/cloudflare/cfssl_trust/ca-bundle/http:*.crt
2 changes: 1 addition & 1 deletion ci.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GO_VER=1.9
GO_VER=1.9.2

0 comments on commit 680960e

Please sign in to comment.