Compare commits
No commits in common. "0a2cc6f296340f04eb1f8522972c5353d4d08140" and "aa2d4b0a5ca651fcca588c8c36b746b7eb6b1214" have entirely different histories.
0a2cc6f296
...
aa2d4b0a5c
@ -2,8 +2,9 @@ name: "test"
|
||||
run-name: "test"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v*"
|
||||
- "!v*-beta*"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -20,11 +21,9 @@ 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
|
||||
./install.sh amd64 no
|
||||
|
||||
- name: "check go version"
|
||||
shell: bash
|
||||
|
@ -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: true
|
||||
required: false
|
||||
default: "amd64"
|
||||
purge:
|
||||
description: "Optional, deletes any previously installed go versions (yes|no)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user