Update module cache to use go.mod as key

This commit is contained in:
Priyagupta108 2026-01-12 14:42:22 +05:30
parent ae252ee6fb
commit 6e29faab03
9 changed files with 73 additions and 68 deletions

View file

@ -16,7 +16,7 @@ inputs:
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
default: true
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 (e.g., go.mod, go.sum)'
architecture:
description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.'
outputs: