Skip to content

Commit

Permalink
FABC-719 Upgrade go version to 1.10.4
Browse files Browse the repository at this point in the history
Ignore ci.properties file from license check

Change-Id: Ia9d7618315973bc7a2c72ab4c1eab440c9fcece4
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed Sep 14, 2018
1 parent 15e18aa commit 6efd5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GO_VER=1.10
GO_VER=1.10.4
1 change: 1 addition & 0 deletions scripts/check_license
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function filterExcludedFiles {
| grep -v "\.md$" \
| grep -v "\.pb\.go$" \
| grep -v ".gitignore" \
| grep -v "ci.properties" \
| sort -u`

CHECK=$(filterGeneratedFiles "$CHECK")
Expand Down

0 comments on commit 6efd5e2

Please sign in to comment.