5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 21:32:31 +00:00

Update pinned golangci-lint version (#666)

This commit is contained in:
Duco van Amstel 2018-12-30 20:29:05 +00:00 committed by Wim
parent 426aa33723
commit 015c076315

View File

@ -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.