From 6ba6c0b21d8cc17353fafe014a25d53432a3e295 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 12:23:35 +0200 Subject: [PATCH] sefsfsfsfesfsfsefefsegyjukm --- .gitea/workflows/linux.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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