From 7f9405c80fb7ec35f96385a14638ff4d36e93321 Mon Sep 17 00:00:00 2001 From: Dirk Avery Date: Tue, 27 Aug 2024 15:21:50 -0400 Subject: [PATCH] ci/golangci-lint: Attempt to get it un-Killed --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index bd2f28aee362..699aea37e498 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: "90" + GOGC: "120" 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: "80" + GOGC: "100"