Compare commits
9 Commits
aa2d4b0a5c
...
v0.1.3
Author | SHA1 | Date | |
---|---|---|---|
67be40ad0d | |||
8febe20c2a | |||
86ce64c8d1 | |||
0a2cc6f296 | |||
23d8078bcf | |||
0e0785fb67 | |||
4a01816864 | |||
5b464d64cc | |||
ae390bc529 |
@@ -21,9 +21,11 @@ jobs:
|
||||
shell: bash
|
||||
env:
|
||||
GO_INSTALL_COMMANDS: github.com/jake-young-dev/kelp@v0.0.9
|
||||
GO_INSTALL_ARCH: amd64
|
||||
GO_INSTALL_PURGE: no
|
||||
run: |
|
||||
chmod +x install.sh
|
||||
./install.sh amd64 no
|
||||
./install.sh
|
||||
|
||||
- name: "check go version"
|
||||
shell: bash
|
||||
|
@@ -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).
|
||||
|
||||
|
||||
|
@@ -3,7 +3,7 @@ description: "simple and fast install for golang and golang commands on linux wo
|
||||
inputs:
|
||||
arch:
|
||||
description: "Optional, the linux architecture to use when downloading Go files (default: amd64)"
|
||||
required: false
|
||||
required: true
|
||||
default: "amd64"
|
||||
purge:
|
||||
description: "Optional, deletes any previously installed go versions (yes|no)"
|
||||
|
Reference in New Issue
Block a user