diff options
author | Wim <wim@42.be> | 2019-06-30 18:43:54 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2019-06-30 18:43:54 +0200 |
commit | fcf734eb36dcf194a4ae19e59c16e12f7dbc9bbf (patch) | |
tree | ef1e7f010dde34af6d299811550b6421c9a74907 | |
parent | cf3cddafab42770d9dc3fedce57b1d326703040a (diff) | |
download | matterbridge-msglm-fcf734eb36dcf194a4ae19e59c16e12f7dbc9bbf.tar.gz matterbridge-msglm-fcf734eb36dcf194a4ae19e59c16e12f7dbc9bbf.tar.bz2 matterbridge-msglm-fcf734eb36dcf194a4ae19e59c16e12f7dbc9bbf.zip |
Update to golanci-lint v1.17.1
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bf9662a5..4814cd5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ jobs: go: 1.12.x env: - GO111MODULE=on - - GOLANGCI_VERSION="v1.16.0" + - GOLANGCI_VERSION="v1.17.1" - stage: test # Run tests in a combination of Go environments. script: ./ci/test.sh |