gspot/.gitea/workflows/push.yaml
Renovate Bot f3247705b9
All checks were successful
builder / build (push) Successful in 1m18s
chore(deps): update actions/setup-go action to v5
2024-07-06 13:49:12 -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@v3
- uses: actions/setup-go@v5
with:
go-version: "1.22"
cache: true
- run: go mod tidy
- run: go build -o gspot