test_actions/.forgejo/workflows/go_hello.yaml
Andrea Fazzi 858c79efc0
Some checks failed
/ test (push) Failing after 1m7s
Use complete URI
2024-11-10 17:28:29 +01:00

12 lines
303 B
YAML

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