Skip to content

Commit

Permalink
chore: upgrade golangci-lint version to v1.60.3 (#156)
Browse files Browse the repository at this point in the history
* Upgrade version to v1.60.3

* Garbage collection limit for golangci-lint
  • Loading branch information
the1bit authored Sep 2, 2024
1 parent 3f8082a commit 21a102c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
go-version-file: go.mod

- name: golangci-lint
env:
GOGC: "90" # Garbage collection limit to avoid OOM errors
uses: golangci/[email protected]
with:
args: --timeout=10m
version: v1.57
version: v1.60.3

0 comments on commit 21a102c

Please sign in to comment.