Compare commits

...

5 Commits

Author SHA1 Message Date
2785d64c02 Update README.md
All checks were successful
test / test (push) Successful in 21s
2025-04-20 05:28:17 +00:00
09214e49b9 [config] revert trigger changes
All checks were successful
test / test (push) Successful in 15s
2025-04-04 14:27:53 -04:00
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

View File

@ -1,4 +1,5 @@
# install-go # 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). 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).
@ -9,7 +10,7 @@ Use a tagged release to avoid unexpected changes that may come to the master bra
uses: https://code.jakeyoungdev.com/actions/install-go@master uses: https://code.jakeyoungdev.com/actions/install-go@master
with: with:
commands: | commands: |
github.com/jake-young-dev/kelp@v0.0.9 code.jakeyoungdev.com/jake/mctl@v0.3.3
``` ```
#### Go verions #### Go verions