diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 56e2ea20823f..eb64282e8c57 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -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: "349" + GOGC: "216" golangci-lintc: name: 3 of 3 needs: [golangci-linta] @@ -100,4 +100,4 @@ jobs: # Trigger garbage collection more frequently to reduce the likelihood # of OOM errors. # ref: https://golangci-lint.run/product/performance/ - GOGC: "499" + GOGC: "282"