diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 8c41d8f..d19045f 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -12,8 +12,9 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - - name: Setup node - uses: actions/setup-node@v3 + - uses: actions/setup-go@v3 + with: + go-version: '1.20' - name: Prepare Xmake uses: xmake-io/github-action-setup-xmake@v1