update setup go task to use releases

This commit is contained in:
Dmitry Shibanov 2020-06-23 19:04:25 +03:00
parent 0f551ac199
commit ddc76880cc
10 changed files with 4041 additions and 9876 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'