diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3eba39ef..06605282 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} + check-latest: true - name: Run tests run: go test -v -coverprofile=covprofile ./... - name: Send coverage