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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user