diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0f14dbe8..3a0a7fd0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-go@v4 with: - go-version: '1.19' + go-version: '1.20' check-latest: true - name: Get dependencies