Add step to Download Go
All checks were successful
Test Go Action / use-go-action (push) Successful in 25s
All checks were successful
Test Go Action / use-go-action (push) Successful in 25s
This commit is contained in:
@@ -5,6 +5,9 @@ jobs:
|
|||||||
use-go-action:
|
use-go-action:
|
||||||
runs-on: "actions-act-runner"
|
runs-on: "actions-act-runner"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Ensure Golang is installed
|
||||||
|
run: "apk add go"
|
||||||
|
|
||||||
- name: Use Go Action
|
- name: Use Go Action
|
||||||
id: use-go-action
|
id: use-go-action
|
||||||
uses: https://danicos.dev/actions/simple-go-action@main
|
uses: https://danicos.dev/actions/simple-go-action@main
|
||||||
|
|||||||
Reference in New Issue
Block a user