mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Enable caching by default
This commit is contained in:
parent
a3d889c34c
commit
cf6af721a6
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ inputs:
|
|||
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
|
||||
cache:
|
||||
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
|
||||
default: false
|
||||
default: true
|
||||
required: false
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file - go.sum'
|
||||
architecture:
|
||||
|
|
Loading…
Add table
Reference in a new issue