diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 60338076d4..d8dde55614 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -183,7 +183,7 @@ jobs: uses: actions/setup-go@v2 if: steps.cache.outputs.cache-hit != 'true' with: - go-version: latest + go-version: 1.20 - name: Install Gomobile if: steps.cache.outputs.cache-hit != 'true' run: |