diff --git a/.github/workflows/protocol-release.yml b/.github/workflows/protocol-release.yml index fa97910533..f200fba8ab 100644 --- a/.github/workflows/protocol-release.yml +++ b/.github/workflows/protocol-release.yml @@ -26,7 +26,7 @@ jobs: - name: install go uses: actions/setup-go@v3 with: - go-version: '1.21' + go-version: '1.22' check-latest: true - name: Create Directory run: mkdir ./build