mirror of
https://github.com/actions/setup-go.git
synced 2025-07-16 12:05:37 -06:00
Change definition of the cache input and rewrite README
This commit is contained in:
parent
3a3f8d0d3c
commit
5ee8b21df4
2 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ inputs:
|
|||
description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.
|
||||
default: ${{ github.token }}
|
||||
cache:
|
||||
description: Used to specify whether go-modules caching is needed. Set to true, if you'd like to enable caching.
|
||||
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
|
||||
default: false
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file - go.sum'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue