diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3c5e3137..5fccda16 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.20' id: go - name: Git checkout