mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-16 21:56:40 -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:
|
||||
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash dist/gitcookie.sh; fi
|
||||
- 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/alecthomas/gometalinter
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ install:
|
|||
- go version
|
||||
- go env
|
||||
- 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/alecthomas/gometalinter
|
||||
|
||||
|
|
Loading…
Reference in a new issue