From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sat, 11 Mar 2023 15:48:44 +0000 (+0800) Subject: Fix X-Git-Tag: v0.24.0~1 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=be2846e4846bdecec3e99fde257e404e76be95aa;p=part%2F.git Fix --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cad57c7..c0a7578 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,10 +14,12 @@ jobs: steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 + with: + go-version: 1.20 - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get dependencies run: |