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 ac40c33 commit 1022b39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .ci/.golangci2.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# IMPORTANT: Only add linters whose names start with letters A-M here.
# Linters starting with N-Z should be placed in .golangci3.yml.
issues:
max-per-linter: 0
max-same-issues: 0
max-per-linter: 10
max-same-issues: 2
concurrency: 4
go: 1.23

linters:
disable-all: true
Expand Down
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: "3000"
GOGC: "200"
golangci-lintc:
name: 3 of 3
needs: [golangci-linta]
Expand Down

0 comments on commit 1022b39

Please sign in to comment.