Skip to content

Commit

Permalink
Update golangci-lint and disable cache
Browse files Browse the repository at this point in the history
We have some lint jobs failing in GitHub. This patch updates the version
of the tool and disables cache to try to solve that problem.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Apr 5, 2022
1 parent 5e1c51e commit 0072817
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 0072817

Please sign in to comment.