Skip to content

Commit

Permalink
ci/golangci-lint: Attempt to get it un-Killed
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Aug 27, 2024
1 parent 87bca3d commit dc34ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Trigger garbage collection more frequently to reduce the likelihood
# of OOM errors.
# ref: https://golangci-lint.run/product/performance/
GOGC: "172"
GOGC: "150"
golangci-lintc:
name: 3 of 3
needs: [golangci-linta]
Expand Down

0 comments on commit dc34ec3

Please sign in to comment.