diff options
author | Duco van Amstel <duco.vanamstel@gmail.com> | 2018-12-30 20:29:05 +0000 |
---|---|---|
committer | Wim <wim@42.be> | 2018-12-30 21:29:05 +0100 |
commit | 015c0763153778779857597178a0aabd7ac1215a (patch) | |
tree | 2ff4681e42f044db092a16bc2b9981fa9f947345 /.travis.yml | |
parent | 426aa33723a4bd98ddb0ec66e0d4e15154473d84 (diff) | |
download | matterbridge-msglm-015c0763153778779857597178a0aabd7ac1215a.tar.gz matterbridge-msglm-015c0763153778779857597178a0aabd7ac1215a.tar.bz2 matterbridge-msglm-015c0763153778779857597178a0aabd7ac1215a.zip |
Update pinned golangci-lint version (#666)
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 4dd02ee5..d9ef9e2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ git: env: global: - GOOS=linux GOARCH=amd64 - - GOLANGCI_VERSION="v1.12.3" + - GOLANGCI_VERSION="v1.12.5" matrix: # It's ok if our code fails on unstable development versions of Go. |