Upgrade golangci version

This commit is contained in:
Nicholas Thompson
2021-04-23 22:14:09 +02:00
parent 56c417fd0e
commit 321d19c5c2
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ notifications:
email: false
before_script:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.26.0
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.39.0
- go mod vendor
script: