Skip to content

Commit

Permalink
github/golangci-lint: Failing on Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Aug 27, 2024
1 parent 57d4304 commit ac40c33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
env:
# Trigger garbage collection more frequently to reduce the likelihood
# of OOM errors.
# ref: https://golangci-lint.run/usage/performance/#memory-usage
GOGC: "30"
# ref: https://golangci-lint.run/product/performance/
GOGC: "3000"
golangci-lintc:
name: 3 of 3
needs: [golangci-linta]
Expand All @@ -99,5 +99,5 @@ jobs:
env:
# Trigger garbage collection more frequently to reduce the likelihood
# of OOM errors.
# ref: https://golangci-lint.run/usage/performance/#memory-usage
GOGC: "30"
# ref: https://golangci-lint.run/product/performance/
GOGC: "5"

0 comments on commit ac40c33

Please sign in to comment.