Skip to content

Commit b09ed58

Browse files
chore: update golangci-lint in GH action to 1.61.0
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.
1 parent 6866fda commit b09ed58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-pull-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Run the linter
6868
uses: golangci/golangci-lint-action@v3
6969
with:
70-
version: v1.56.2
70+
version: v1.61.0
7171
args: --timeout 10m
7272
skip-pkg-cache: true
7373
skip-build-cache: true

0 commit comments

Comments
 (0)