mirror of
https://github.com/actions/setup-go.git
synced 2025-05-04 14:14:34 +00:00
Enable caching by default with default input (#332)
This commit is contained in:
@ -14,7 +14,7 @@ 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
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file - go.sum'
|
||||
architecture:
|
||||
|
Reference in New Issue
Block a user