Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit cc16d497ced2579156076841ef96c13c194d45ef Author: Wim <wim@42.be> Date: Mon Jan 14 19:17:41 2019 +0000 Revert "Update pinned golangci-lint version (#666)" This reverts commit 2d66ed86746d27effaef28ae4952cccb0fcbc81b. Goimports regression: https://github.com/golangci/golangci-lint/issues/347 And gocritic recommending fixes in tip instead of released versions. diff --git a/.travis.yml b/.travis.yml index d9ef9e2..4dd02ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127 +127 @@ 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.