Skip to content

Commit

Permalink
ci: bump lint to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Nov 20, 2020
1 parent a6f1eec commit f5eb1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -17,10 +17,10 @@ jobs:
sudo apt-get update
sudo apt-get install -qq pkg-config fuse libgles2-mesa-dev libxkbcommon-dev libxkbcommon-x11-dev
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must
# be specified without a patch version:
# we always use the latest patch version.
version: v1.28
version: v1.29
args: --timeout=10m

0 comments on commit f5eb1e6

Please sign in to comment.