1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-07-04 23:36:01 +02:00

Enable caching by default

This commit is contained in:
Sergey Dolin 2023-01-30 14:44:35 +01:00
parent a3d889c34c
commit cf6af721a6

View file

@ -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: