README update
Some checks failed
test / test (push) Has been cancelled

This commit is contained in:
jake 2025-03-31 15:49:08 -04:00
parent 39ad0a3825
commit a248a8c9a5

View File

@ -3,7 +3,7 @@ An extremely simple github action to install golang and golang commands (using "
## Usage ## Usage
I recommend using a tagged release to avoid unexpected changes that may come to the master branch Use a tagged release to avoid unexpected changes that may come to the master branch
```yaml ```yaml
name: "install go" name: "install go"
uses: https://code.jakeyoungdev.com/actions/install-go@master uses: https://code.jakeyoungdev.com/actions/install-go@master
@ -20,7 +20,7 @@ Some inputs are available to customize the installation
|---|---|---|---|---| |---|---|---|---|---|
|arch|no|any arch for Go|amd64|system architecture for golang |arch|no|any arch for Go|amd64|system architecture for golang
|purge|no|yes/no|no|remove any golang files found on system before install |purge|no|yes/no|no|remove any golang files found on system before install
|commands|no|any public go repositories|no default|links to any commands to be installed using 'go install' |commands|no|any public go repositories|.|links to any commands to be installed using 'go install'
## Issues ## Issues