Skip to content

Commit 7f87380

Browse files
authored
chore: Update Go version to 1.13 for lint stage, integration stage, and one of the unit test stages (#225)
1 parent 11e8e84 commit 7f87380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
email: false
2525

2626
- stage: 'Lint'
27-
env: GIMME_GO_VERSION=1.12.x GIMME_OS=linux GIMME_ARCH=amd64
27+
env: GIMME_GO_VERSION=1.13.x GIMME_OS=linux GIMME_ARCH=amd64
2828
script:
2929
- make install lint
3030

@@ -50,7 +50,7 @@ jobs:
5050

5151
- <<: *test
5252
stage: 'Unit test'
53-
env: GIMME_GO_VERSION=1.12.x
53+
env: GIMME_GO_VERSION=1.13.x
5454
before_script:
5555
- go get github.com/mattn/goveralls
5656
after_success:
@@ -62,7 +62,7 @@ jobs:
6262
- make benchmark
6363

6464
- stage: 'Integration tests'
65-
env: GIMME_GO_VERSION=1.12.x FSC_PATH="/tmp/fsc-repo"
65+
env: GIMME_GO_VERSION=1.13.x FSC_PATH="/tmp/fsc-repo"
6666
before_script:
6767
- mkdir -p $FSC_PATH
6868
- pushd $FSC_PATH && git init && git fetch --depth=1 https://[email protected]/optimizely/fullstack-sdk-compatibility-suite ${FSC_BRANCH:-master} && git checkout FETCH_HEAD && popd

0 commit comments

Comments
 (0)