Skip to content

Commit

Permalink
chore: upgrade golangci-lint version to v1.60.3 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1bit authored Sep 2, 2024
1 parent 501f033 commit 845b73c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
go-version-file: go.mod

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

0 comments on commit 845b73c

Please sign in to comment.