diff --git a/.github/workflows/sg-binary-release.yml b/.github/workflows/sg-binary-release.yml index 657020b1023..6c62469a7db 100644 --- a/.github/workflows/sg-binary-release.yml +++ b/.github/workflows/sg-binary-release.yml @@ -97,7 +97,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version: 1.20.8 - name: Build and upload macOS if: startsWith(matrix.os, 'macos-') == true