Change to latest linter version
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
- image: circleci/golang:1.13
|
- image: circleci/golang:1.13
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- 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
|
- run: make
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
|
|||||||
Reference in New Issue
Block a user