fix gitea actions missing go
All checks were successful
Lint / shellcheck (push) Successful in 16s
Release Standalone Builder / build (release) Successful in 1m8s

This commit is contained in:
2026-03-11 08:01:26 +01:00
parent 9ae965662c
commit 77c0b29b4c

View File

@@ -16,6 +16,11 @@ jobs:
chmod +x tools/build-standalone.sh chmod +x tools/build-standalone.sh
./tools/build-standalone.sh ./tools/build-standalone.sh
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Upload Release Asset - name: Upload Release Asset
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with: