From 5a60cd7602a077ebda3ee5ec77c2a570b97b4db0 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 d9ef9e2c3b..4dd02ee5dc 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.