From 464d27ad7e6ea30c9cff8931657de8412c206726 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 14 Jan 2019 19:17:41 +0100 Subject: [PATCH] Revert "Update pinned golangci-lint version (#666)" This reverts commit 015c0763153778779857597178a0aabd7ac1215a. Goimports regression: https://github.com/golangci/golangci-lint/issues/347 And gocritic recommending fixes in tip instead of released versions. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d9ef9e2c..4dd02ee5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.