From d372b12e924250160cd3bb64bd5c25f84bc99cad Mon Sep 17 00:00:00 2001 From: LiuYi0526 <50787709+LiuYi0526@users.noreply.github.com> Date: Mon, 4 Dec 2023 03:25:12 +0800 Subject: [PATCH] Update debug.yml --- .github/workflows/debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |