File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 :
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://$CI_USER_TOKEN@github.com/optimizely/fullstack-sdk-compatibility-suite ${FSC_BRANCH:-master} && git checkout FETCH_HEAD && popd
You can’t perform that action at this time.
0 commit comments