mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
Stop errcheck running for go < 1.5
This commit is contained in:
parent
4ce2a84df0
commit
c245183101
@ -15,7 +15,7 @@ go:
|
||||
|
||||
install:
|
||||
- go get ./...
|
||||
- go get -u github.com/kisielk/errcheck
|
||||
- '[[ `go version` =~ go1.[0-4][^0-9] ]] || go get -u github.com/kisielk/errcheck'
|
||||
- go get -u golang.org/x/tools/cmd/goimports
|
||||
- go get -u github.com/golang/lint/golint
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user