mirror of
https://github.com/actions/setup-go.git
synced 2025-07-16 12:05:37 -06:00
Merge branch 'main' into modules-caching
This commit is contained in:
commit
fc2e404438
7 changed files with 55 additions and 444 deletions
|
@ -22,7 +22,6 @@ inputs:
|
|||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file: go.sum'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue