Commit a831a807 authored by harrylee's avatar harrylee Committed by vipwzw

update travis go version

parent b2ca2d99
...@@ -9,7 +9,7 @@ matrix: ...@@ -9,7 +9,7 @@ matrix:
include: include:
- name: check_fmt - name: check_fmt
sudo: require sudo: require
go: "1.12.x" go: "1.13.x"
env: env:
- GO111MODULE=on - GO111MODULE=on
install: install:
...@@ -22,7 +22,7 @@ matrix: ...@@ -22,7 +22,7 @@ matrix:
- make linter - make linter
- name: unit-test - name: unit-test
go: "1.12.x" go: "1.13.x"
env: env:
- GO111MODULE=on - GO111MODULE=on
install: skip install: skip
...@@ -31,7 +31,7 @@ matrix: ...@@ -31,7 +31,7 @@ matrix:
- name: coverage - name: coverage
if: branch = master if: branch = master
go: "1.12.x" go: "1.13.x"
env: env:
- GO111MODULE=on - GO111MODULE=on
before_install: before_install:
...@@ -43,7 +43,7 @@ matrix: ...@@ -43,7 +43,7 @@ matrix:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
- name: auto-test - name: auto-test
go: "1.12.x" go: "1.13.x"
env: env:
- GO111MODULE=on - GO111MODULE=on
install: skip install: skip
...@@ -56,7 +56,7 @@ matrix: ...@@ -56,7 +56,7 @@ matrix:
sudo: required sudo: required
services: services:
- docker - docker
go: "1.12.x" go: "1.13.x"
env: env:
- DOCKER_COMPOSE_VERSION=1.21.2 - DOCKER_COMPOSE_VERSION=1.21.2
- GO111MODULE=on - GO111MODULE=on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment