ci(gometalinter): Use gometalinter.v2 over v1
This commit is contained in:
parent
f8e8106b9d
commit
2ef7ee5307
|
@ -7,12 +7,12 @@ go:
|
||||||
- 1.8
|
- 1.8
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- GO111MODULE=on go get -u -t ./...
|
- go get -u -t ./...
|
||||||
- GO111MODULE=on go get -u gopkg.in/alecthomas/gometalinter.v1
|
- go get -u gopkg.in/alecthomas/gometalinter.v2
|
||||||
- gometalinter.v1 --install
|
- gometalinter.v2 --install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- gometalinter.v1 --config metalinter.json ./...
|
- gometalinter.v2 --config metalinter.json ./...
|
||||||
- GO111MODULE=on ./test.sh
|
- GO111MODULE=on ./test.sh
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in New Issue