Skip to content

Commit

Permalink
chore: upgrade golangci-lint version to v1.60.3 (kyma-project#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1bit authored and friedrichwilken committed Dec 17, 2024
1 parent a6e27c6 commit d9a372b
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 d9a372b

Please sign in to comment.