mirror of
https://github.com/actions/setup-go.git
synced 2025-07-16 12:05:37 -06:00
Change documentation according to changes brought by feature
This commit is contained in:
parent
2968ddac8d
commit
b427445125
2 changed files with 33 additions and 1 deletions
|
@ -13,7 +13,7 @@ inputs:
|
|||
cache:
|
||||
description: Used to specify whether go-modules caching is needed. Set to true, if you'd like to enable caching.
|
||||
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 - go.sum'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/setup/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue