Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1082 from chris-crone/bump-lint-ci
Browse files Browse the repository at this point in the history
Bump linter on CI
  • Loading branch information
gtardif authored Dec 24, 2020
2 parents d6ea52a + fd18742 commit 4e011cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4e011cc

Please sign in to comment.