From d31b01d4b1e33d52b048e9d33d09cb48085b31fd Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 6 Mar 2024 10:02:22 +0300 Subject: [PATCH] workflows: workaround Go 1.22 coverage problem See https://github.com/golang/go/issues/65653, the fix can be postponed up to Go 1.23 and we need green. Signed-off-by: Roman Khimov --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 840f75c9c..c9fb23585 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -90,6 +90,7 @@ jobs: env: CGO_ENABLED: 0 + GOEXPERIMENT: nocoverageredesign steps: - uses: actions/checkout@v4 with: