diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ee3ef07..f9cb148 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,3 +36,4 @@ jobs: with: name: Go-results-${{ matrix.go-version }} path: TestResults-${{ matrix.go-version }}.json + overwrite: true