mirror of
https://github.com/actions/setup-go.git
synced 2025-07-05 15:33:44 +00:00
Change code to make it more extandable in future
This commit is contained in:
parent
d450effe85
commit
f2efd31d13
7 changed files with 75 additions and 44 deletions
|
@ -15,6 +15,10 @@ inputs:
|
|||
default: ${{ github.token }}
|
||||
cache:
|
||||
description: Used to specify whether go-modules caching is needed. Set to true, if you'd like to enable caching.
|
||||
default: false
|
||||
modules-manager:
|
||||
description: 'Used to specify non-default package manager'
|
||||
default: 'default'
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file: go.sum'
|
||||
runs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue