From 3160bc556f99dd8ffa91c278bdb13d1b38791557 Mon Sep 17 00:00:00 2001 From: Dirk Avery Date: Tue, 27 Aug 2024 15:35:59 -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 699aea37e498..3c562d5d356d 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: "120" + GOGC: "150" 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: "100" + GOGC: "150"