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 <roman@nspcc.ru>
This commit is contained in:
Roman Khimov 2024-03-06 10:02:22 +03:00
parent b7efccc040
commit d31b01d4b1

View file

@ -90,6 +90,7 @@ jobs:
env:
CGO_ENABLED: 0
GOEXPERIMENT: nocoverageredesign
steps:
- uses: actions/checkout@v4
with: