From c0519687469f60b1d698eda0264ae89efb4ade1e Mon Sep 17 00:00:00 2001 From: spv Date: Fri, 26 Jul 2024 01:49:10 +0200 Subject: [PATCH] bruh Signed-off-by: spv --- .gitea/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3c29c55..c85f311 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,6 +12,10 @@ jobs: #run: apt update # - run: apt install cargo golang -y # - run: cargo build --release + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' - name: Use Go Action uses: https://gitea.com/actions/release-action@main with: