gospt/.gitea/workflows/push.yaml
2024-04-06 10:41:58 -07:00

16 lines
314 B
YAML

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