mirror of
https://github.com/actions/setup-go.git
synced 2026-02-04 14:38:20 +00:00
Update module cache to use go.mod as key
This commit is contained in:
parent
ae252ee6fb
commit
6e29faab03
9 changed files with 73 additions and 68 deletions
|
|
@ -16,7 +16,7 @@ inputs:
|
|||
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
|
||||
default: true
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file - go.sum'
|
||||
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.'
|
||||
outputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue