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