Add step to Download Go
All checks were successful
Test Go Action / use-go-action (push) Successful in 25s

This commit is contained in:
Daniel Cosme
2026-03-13 13:12:52 -04:00
parent 2517cfb73d
commit 23e0098624

View File

@@ -5,6 +5,9 @@ jobs:
use-go-action:
runs-on: "actions-act-runner"
steps:
- name: Ensure Golang is installed
run: "apk add go"
- name: Use Go Action
id: use-go-action
uses: https://danicos.dev/actions/simple-go-action@main