Skip to content

Commit

Permalink
chore: update golangci-lint in GH action to 1.61.0
Browse files Browse the repository at this point in the history
The current version was causing CI issues where the
GitHub runner was stopping due to what we think is excessive
usage of resource. Possibly a memory leak. Updating the
golangci-lint version used by the GitHub action fixes
the issue. We also get the newest changes and fixes by
updating the version.
  • Loading branch information
miguelsorianod committed Oct 22, 2024
1 parent 6866fda commit b09ed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run the linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.56.2
version: v1.61.0
args: --timeout 10m
skip-pkg-cache: true
skip-build-cache: true
Expand Down

0 comments on commit b09ed58

Please sign in to comment.