diff --git a/.github/workflows/go-coverage.yaml b/.github/workflows/go-coverage.yaml index 5820f28..a5a150a 100644 --- a/.github/workflows/go-coverage.yaml +++ b/.github/workflows/go-coverage.yaml @@ -28,6 +28,10 @@ jobs: # default fetch-depth is insufficent to find previous coverage notes fetch-depth: 10 + - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 + with: + go-version: '=1.25.2' + - name: Create coverage report uses: gwatts/go-coverage-action@2845595538a59d63d1bf55f109c14e104c6f7cb3 # v2.0.0 id: coverage