test_actions/.forgejo/workflows/go_hello.yaml
Andrea Fazzi 9a05c4a1e1
All checks were successful
/ test (push) Successful in 49s
Update Go version in action
2024-11-10 18:41:03 +01:00

12 lines
301 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.23' # The Go version to download (if necessary) and use.
- run: go run hello.go