feat(test): Update golangci-lint to 1.27.0

Since we've moved to Go 1.14, golangci-lint has been silently failing.
This commit updates to a compatible version.

Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
Signed-off-by: Matheus Hunsche <matheus.hunsche@ifood.com.br>
pull/8840/head
Marc Khouzam 5 years ago committed by Matheus Hunsche
parent 52fb109239
commit d64815a946

@ -9,7 +9,7 @@ jobs:
environment: environment:
GOCACHE: "/tmp/go/cache" GOCACHE: "/tmp/go/cache"
GOLANGCI_LINT_VERSION: "1.21.0" GOLANGCI_LINT_VERSION: "1.27.0"
steps: steps:
- checkout - checkout

Loading…
Cancel
Save