diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7d1cd821..8b077dab 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.17 + go-version-file: ./go.mod - name: Run coverage run: go test -race -coverprofile=coverage.out -covermode=atomic ./...