Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
2785d64c02 | |||
09214e49b9 | |||
67be40ad0d | |||
8febe20c2a | |||
86ce64c8d1 |
@ -1,4 +1,5 @@
|
||||
# install-go
|
||||
 <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).
|
||||
|
||||
|
||||
@ -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
|
||||
with:
|
||||
commands: |
|
||||
github.com/jake-young-dev/kelp@v0.0.9
|
||||
code.jakeyoungdev.com/jake/mctl@v0.3.3
|
||||
```
|
||||
|
||||
#### Go verions
|
||||
|
Loading…
x
Reference in New Issue
Block a user