geofeed-tools/.gitea/workflows/build.yaml
Seven 1a1a17e389
Some checks failed
Build Action for Go / build (push) Failing after 3m18s
[+] create gitea action file
2024-12-31 16:23:54 +08:00

15 lines
305 B
YAML

name: Build Action for Go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run:
go build -v ./src/ -o geofeed-tools