diff --git a/.github/workflows/PR-build.yml b/.github/workflows/PR-build.yml index d0126bfe91..fd3c66d975 100644 --- a/.github/workflows/PR-build.yml +++ b/.github/workflows/PR-build.yml @@ -102,7 +102,7 @@ jobs: if: needs.changes.outputs.build == 'true' uses: actions/setup-go@v4 with: - go-version: ~1.19.6 + go-version: '1.20' cache: false - name: Check out code