mirror of
https://github.com/actions/setup-go.git
synced 2025-06-18 23:02:59 -06:00
Use GitHub releases to download Go versions. (#58)
This commit is contained in:
parent
0f551ac199
commit
1616116e1b
10 changed files with 4156 additions and 9837 deletions
|
@ -7,6 +7,9 @@ inputs:
|
|||
stable:
|
||||
description: 'Whether to download only stable versions'
|
||||
default: 'true'
|
||||
token:
|
||||
description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.
|
||||
default: ${{ github.token }}
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue