Commit ac921079 authored by madengji's avatar madengji Committed by 33cn

rmv go master

parent ab696284
...@@ -9,9 +9,7 @@ jobs: ...@@ -9,9 +9,7 @@ jobs:
include: include:
- stage: check_fmt - stage: check_fmt
sudo: require sudo: require
go: go: "1.9.x"
- "1.9"
- master
install: install:
- go get -u golang.org/x/tools/cmd/goimports - go get -u golang.org/x/tools/cmd/goimports
- go get -u gopkg.in/alecthomas/gometalinter.v2 - go get -u gopkg.in/alecthomas/gometalinter.v2
...@@ -23,6 +21,7 @@ jobs: ...@@ -23,6 +21,7 @@ jobs:
- make linter - make linter
- stage: test - stage: test
go: "1.9.x"
before_install: before_install:
- go get -t -v ./... - go get -t -v ./...
install: skip install: skip
......
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