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

Commit e8b0113

Browse files
committed
FAB-8509 update go version to 1.9.2
update go version in ci.properties file to make fabric-sdk-go compatible with 1.9.2 version. added a license check exception for ci.properties file in test/scripts/check_license.sh Change-Id: Ib43f6f92b8dd2454045dc5f6ff422d086f866a81 Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
1 parent e213fb6 commit e8b0113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
GO_VER=1.9
1+
GO_VER=1.9.2

test/scripts/check_license.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function filterExcludedFiles {
99
CHECK=`echo "$CHECK" | grep -v .png$ | grep -v .rst$ | grep -v ^.git/ \
1010
| grep -v .pem$ | grep -v .block$ | grep -v .tx$ | grep -v ^LICENSE$ | grep -v _sk$ \
1111
| grep -v .key$ | grep -v .crt$ | grep -v \\.gen.go$ | grep -v Gopkg.lock$ \
12-
| grep -v .md$ | grep -v ^vendor/ | grep -v ^build/ | grep -v .pb.go$ | sort -u`
12+
| grep -v .md$ | grep -v ^vendor/ | grep -v ^build/ | grep -v .pb.go$ | grep -v ci.properties$ | sort -u`
1313
}
1414

1515
CHECK=$(git diff --name-only --diff-filter=ACMRTUXB HEAD)

0 commit comments

Comments
 (0)