mirror of
https://github.com/actions/setup-go.git
synced 2025-07-03 22:43:44 +00:00
Add support for arm32 go arch
This commit is contained in:
parent
f279813975
commit
2c62681dc9
4 changed files with 107 additions and 44 deletions
|
@ -17,6 +17,8 @@ inputs:
|
|||
default: false
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file - go.sum'
|
||||
architecture:
|
||||
description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.'
|
||||
outputs:
|
||||
go-version:
|
||||
description: 'The installed Go version. Useful when given a version range as input.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue