upgrade go to 1.17

This commit is contained in:
Shivaram Lingamneni 2021-08-20 15:57:08 -04:00
parent 00255586cc
commit 492109f29d
29 changed files with 40 additions and 124 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: "setup go"
uses: "actions/setup-go@v2"
with:
go-version: "1.16.4"
go-version: "1.17"
- name: "install python3-pytest"
run: "sudo apt install -y python3-pytest"
- name: "make install"