3 Commits

Author SHA1 Message Date
67be40ad0d [config] Workflow trigger updates
All checks were successful
test / test (push) Successful in 15s
2025-04-04 14:25:59 -04:00
8febe20c2a Update README.md
All checks were successful
test / test (push) Successful in 16s
2025-04-04 18:24:32 +00:00
86ce64c8d1 readme update
All checks were successful
test / test (push) Successful in 16s
2025-04-04 14:23:12 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -2,8 +2,9 @@ name: "test"
run-name: "test"
on:
push:
branches:
- master
tags:
- "v*"
- "!v*-beta*"
jobs:
test:

View File

@@ -1,4 +1,5 @@
# install-go
![tests](https://code.jakeyoungdev.com/actions/install-go/actions/workflows/test.yaml/badge.svg?branch=master&event=push) <br />
An extremely simple github action to install golang and golang commands (using "go install") on linux hosts. This provides the ability to install and setup golang without node/typescript which is required when using [actions/setup-go](https://github.com/actions/setup-go).