From ea0ee3eac553726f6ff73f09a99ecdc85dc231ae Mon Sep 17 00:00:00 2001 From: Jo <10510431+j178@users.noreply.github.com> Date: Tue, 5 Aug 2025 19:19:20 +0800 Subject: [PATCH] Add missing setup-go to CI action --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45102cc6..a1c11b49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,11 @@ jobs: with: node-version: '19.9.0' + - name: "Install Go" + uses: actions/setup-go@v5 + with: + go-version: '1.24.5' + - name: "Cargo test" run: | cargo nextest show-config test-groups @@ -182,6 +187,11 @@ jobs: with: node-version: '19.9.0' + - name: "Install Go" + uses: actions/setup-go@v5 + with: + go-version: '1.24.5' + - name: "Find node and npm versions" run: | Get-Command node -All