mirror of
https://github.com/actions/setup-go.git
synced 2026-02-06 07:28:26 +00:00
Merge 74a1f88c58 into a5f9b05d2d
This commit is contained in:
commit
9597c341e8
4 changed files with 91 additions and 8 deletions
|
|
@ -19,6 +19,9 @@ inputs:
|
|||
description: 'Used to specify the path to a dependency file (e.g., go.mod, go.sum)'
|
||||
architecture:
|
||||
description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.'
|
||||
go-download-site:
|
||||
description: 'Base URL for downloading Go distributions. Useful for GitHub Enterprise or when using a proxy/mirror. Defaults to https://github.com'
|
||||
default: 'https://github.com'
|
||||
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