mirror of
https://github.com/actions/setup-go.git
synced 2026-04-08 21:50:04 +00:00
Merge 4a6270ada6 into 4a3601121d
This commit is contained in:
commit
afe1e86fd4
3 changed files with 16 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ inputs:
|
|||
default: true
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file (e.g., go.mod, go.sum)'
|
||||
cache-write:
|
||||
description: 'Whether to save the cache at the end of the workflow. Set to false for cache read-only mode, useful for preventing cache poisoning from untrusted PR builds.'
|
||||
default: true
|
||||
architecture:
|
||||
description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.'
|
||||
go-download-base-url:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue