Change to latest linter version
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
||||
- image: circleci/golang:1.13
|
||||
steps:
|
||||
- checkout
|
||||
- run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.20.0
|
||||
- run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.19.0
|
||||
- run: make
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
|
||||
Reference in New Issue
Block a user