Merge pull request 'fix/bugfix-input' (#1) from fix/bugfix-input into master
All checks were successful
test / test (push) Successful in 15s

Reviewed-on: #1
This commit is contained in:
jake 2025-04-04 18:19:13 +00:00
commit 0a2cc6f296
2 changed files with 6 additions and 5 deletions

View File

@ -2,9 +2,8 @@ name: "test"
run-name: "test"
on:
push:
tags:
- "v*"
- "!v*-beta*"
branches:
- master
jobs:
test:
@ -21,9 +20,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

View File

@ -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)"