From 63b85d646ff5b3b75e5affc1805acfa7b157359b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Wed, 11 Dec 2024 21:09:23 +0100 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c421fb6..3cfc739 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,6 +14,10 @@ jobs: - name: B run: | echo "asdasdf" > text.txt + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' - name: Use Go Action id: use-go-action uses: https://gitea.com/actions/release-action@main