Use GitHub releases to download Go versions. (#58)

This commit is contained in:
Dmitry Shibanov
2020-06-29 18:41:13 +03:00
committed by GitHub
parent 0f551ac199
commit 1616116e1b
10 changed files with 4156 additions and 9837 deletions

View File

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