fix the build by upgrading go

This commit is contained in:
Shivaram Lingamneni 2021-03-05 11:15:08 -05:00 committed by Valentin Lorentz
parent 100b53fb18
commit a0bceabf80

View File

@ -18,6 +18,11 @@ jobs:
with:
python-version: 3.7
- uses: actions/setup-go@v2
with:
go-version: '~1.16'
- run: go version
- name: Cache dependencies
uses: actions/cache@v2
with: