feature: allow diversification using cache-key-suffix

This commit is contained in:
Herman 2023-02-01 08:40:47 +01:00
parent a3d889c34c
commit 9a34fefa1d
No known key found for this signature in database
GPG key ID: 031BD73ED19A6BBA
5 changed files with 41 additions and 6 deletions

View file

@ -17,6 +17,8 @@ inputs:
default: false
cache-dependency-path:
description: 'Used to specify the path to a dependency file - go.sum'
cache-key-suffix:
description: 'Used to diversify the cache if you have multiple build targets in the same module - e.g. cmd1, cmd2'
architecture:
description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.'
outputs: