mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
ci: get golint tool from golang.org/x/lint/golint
(#2324)
This commit is contained in:
parent
f7757da7ed
commit
03b10f9c8e
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash dist/gitcookie.sh; fi
|
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash dist/gitcookie.sh; fi
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
- go get github.com/golang/lint/golint
|
- go get golang.org/x/lint/golint
|
||||||
- go get github.com/FiloSottile/vendorcheck
|
- go get github.com/FiloSottile/vendorcheck
|
||||||
- go get github.com/alecthomas/gometalinter
|
- go get github.com/alecthomas/gometalinter
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ install:
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
- go get github.com/golang/lint/golint
|
- go get golang.org/x/lint/golint
|
||||||
- go get github.com/FiloSottile/vendorcheck
|
- go get github.com/FiloSottile/vendorcheck
|
||||||
- go get github.com/alecthomas/gometalinter
|
- go get github.com/alecthomas/gometalinter
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue