Merge branch 'master' of ssh://github.com/BBVA/kapow

This commit is contained in:
Héctor Hurtado
2019-10-08 12:03:13 +02:00
+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: .