Skip to content

Commit

Permalink
Merge pull request #623 from jhernand/update_golangci_lint
Browse files Browse the repository at this point in the history
Update `golangci-lint` and disable cache
  • Loading branch information
jhernand authored Apr 5, 2022
2 parents 5e1c51e + 0072817 commit 86ec57b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
- name: Run the linter
uses: golangci/golangci-lint-action@v2
with:
version: v1.42.0
version: v1.45.2
skip-pkg-cache: true
skip-build-cache: true

generate:
name: Generate
Expand Down

0 comments on commit 86ec57b

Please sign in to comment.