Install Go for bench workflow

This commit is contained in:
Wilson Lin 2020-07-11 01:25:18 +10:00
parent e86aa0353d
commit 89f491c5c3
1 changed files with 3 additions and 0 deletions

View File

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