Skip to content

Commit af57f97

Browse files
rameshthoomusykesm
authored andcommitted
FAB-12010 Upgrade go version to 1.10.4
Change-Id: If1da8b01fec734444494b77ebae617c319e397c1 Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com> Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent 757a4cf commit af57f97

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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.10
1+
GO_VER=1.10.4

devenv/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docker run --rm busybox echo All good
6060
# ----------------------------------------------------------------
6161
# Install Golang
6262
# ----------------------------------------------------------------
63-
GO_VER=1.10
63+
GO_VER=1.10.4
6464
GO_URL=https://storage.googleapis.com/golang/go${GO_VER}.linux-amd64.tar.gz
6565

6666
# Set Go environment variables needed by other scripts

scripts/check_license.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function filterExcludedFiles {
3131
| grep -v "\.md$" \
3232
| grep -v "\.pb\.go$" \
3333
| grep -v "\.pptx$" \
34+
| grep -v "ci.properties" \
3435
| sort -u`
3536

3637
CHECK=$(filterGeneratedFiles "$CHECK")

0 commit comments

Comments
 (0)