do_simple/.gitea/workflows/build.yaml
vitaliy 3034b7c93d
Some checks failed
Test Go Action / use-go-action (push) Failing after 4s
rewrite: build.yaml
2024-12-23 13:32:49 +03:00

11 lines
195 B
YAML

name: 'Test Go Action'
on: [push]
jobs:
use-go-action:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'