diff options
author | Wim <wim@42.be> | 2019-01-14 19:17:41 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2019-01-14 19:17:41 +0100 |
commit | 464d27ad7e6ea30c9cff8931657de8412c206726 (patch) | |
tree | 6024cb2c0dea86167d5b78eefd9cf133ea43c5b9 /.travis.yml | |
parent | f88c5f6c08fa549c8d98691db377f054f9b76833 (diff) | |
download | matterbridge-msglm-464d27ad7e6ea30c9cff8931657de8412c206726.tar.gz matterbridge-msglm-464d27ad7e6ea30c9cff8931657de8412c206726.tar.bz2 matterbridge-msglm-464d27ad7e6ea30c9cff8931657de8412c206726.zip |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |