Set up Go for workflows; fix args in more places

This commit is contained in:
Wilson Lin 2020-07-11 01:33:38 +10:00
commit 9faeba3b54
9 changed files with 33 additions and 6 deletions

View file

@ -22,7 +22,8 @@ jobs:
toolchain: stable
profile: minimal
default: true
- uses: actions/setup-go@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.14.0'
- name: Set up Node.js for generating code