Change to latest linter version

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-10-08 09:47:36 +02:00
parent 73e05afee3
commit 0eb802ea78
+1 -1
View File
@@ -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: .