go_winter_2024/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 10: found unexpected end of stream
2024-12-21 12:46:14 +03:00

11 lines
194 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