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

16 lines
314 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.23'
- name: Build
run:
cd ./src
go build -o geofeed-tools