readme update
All checks were successful
test / test (push) Successful in 16s

This commit is contained in:
jake 2025-04-04 14:23:12 -04:00
parent 0a2cc6f296
commit 86ce64c8d1

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)
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).