Merge pull request #1082 from chris-crone/bump-lint-ci

Bump linter on CI
This commit is contained in:
Guillaume Tardif 2020-12-24 14:01:51 +01:00 committed by GitHub
commit 4e011cc8f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Run golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.30.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.33.0
./golangci-lint run --timeout 10m0s
build: