Set up Go for workflows; fix args in more places
This commit is contained in:
parent
89f491c5c3
commit
9faeba3b54
9 changed files with 33 additions and 6 deletions
3
.github/workflows/bench.yaml
vendored
3
.github/workflows/bench.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue