test_actions/.forgejo/workflows/go_hello.yaml
Andrea Fazzi f40eb54c62
Some checks failed
/ test (push) Failing after 13s
Add go_hello workflow
2024-11-10 15:21:22 +01:00

12 lines
253 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.16.1' # The Go version to download (if necessary) and use.
- run: go run hello.go