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

update travis go version

parent b2ca2d99
......@@ -9,7 +9,7 @@ matrix:
include:
- name: check_fmt
sudo: require
go: "1.12.x"
go: "1.13.x"
env:
- GO111MODULE=on
install:
......@@ -22,7 +22,7 @@ matrix:
- make linter
- name: unit-test
go: "1.12.x"
go: "1.13.x"
env:
- GO111MODULE=on
install: skip
......@@ -31,7 +31,7 @@ matrix:
- name: coverage
if: branch = master
go: "1.12.x"
go: "1.13.x"
env:
- GO111MODULE=on
before_install:
......@@ -43,7 +43,7 @@ matrix:
- bash <(curl -s https://codecov.io/bash)
- name: auto-test
go: "1.12.x"
go: "1.13.x"
env:
- GO111MODULE=on
install: skip
......@@ -56,7 +56,7 @@ matrix:
sudo: required
services:
- docker
go: "1.12.x"
go: "1.13.x"
env:
- DOCKER_COMPOSE_VERSION=1.21.2
- 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