Revert "Update pinned golangci-lint version (#666)"

This reverts commit 015c076315.
Goimports regression: https://github.com/golangci/golangci-lint/issues/347
And gocritic recommending fixes in tip instead of released versions.
This commit is contained in:
Wim 2019-01-14 19:17:41 +01:00
parent f88c5f6c08
commit 464d27ad7e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ git:
env:
global:
- GOOS=linux GOARCH=amd64
- GOLANGCI_VERSION="v1.12.5"
- GOLANGCI_VERSION="v1.12.3"
matrix:
# It's ok if our code fails on unstable development versions of Go.