From a787d24aba49c5fd108adac4092c070395f1ac78 Mon Sep 17 00:00:00 2001 From: Brendan Chou <3680392+BrendanChou@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:13:58 -0400 Subject: [PATCH] increase setup go version to v1.22 in protocol-release (#1636) --- .github/workflows/protocol-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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