Compare commits

..

No commits in common. "master" and "v0.1.2" have entirely different histories.

View File

@ -1,5 +1,4 @@
# 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).
@ -10,7 +9,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
with:
commands: |
code.jakeyoungdev.com/jake/mctl@v0.3.3
github.com/jake-young-dev/kelp@v0.0.9
```
#### Go verions