# # .gitea/gitea-ci.yaml # name: Build And Test run-name: ${{ gitea.actor }} is runs ci pipeline on: push: branches: - main workflow_dispatch: jobs: build: runs-on: ubuntu-latest steps: - uses: https://github.com/actions/checkout@v6 - name: Use Go uses: https://github.com/actions/setup-go@v6 with: go-version: '1.24' - run: go version