Skip to content

Commit

Permalink
ci: set GOGC for golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Jun 21, 2023
1 parent 88844bb commit f1d9732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ jobs:
with:
version: "${{ steps.golangci-lint-version.outputs.version }}"
args: --config .ci/.golangci2.yml
env:
GOGC: "50"

0 comments on commit f1d9732

Please sign in to comment.