gspot/.gitea/workflows/push.yaml
Renovate Bot 3e21aef1e0
Some checks failed
builder / build (push) Failing after 18s
chore(deps): update actions/checkout action to v4
2024-07-06 13:56:06 -07:00

16 lines
309 B
YAML

name: builder
run-name: ${{ gitea.actor }} is building
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
cache: true
- run: go mod tidy
- run: go build -o gspot