bump .github and Dockerfile for go1.18

This commit is contained in:
Shivaram Lingamneni 2022-03-30 01:16:54 -04:00
parent a549827f17
commit fd5317e68e
2 changed files with 2 additions and 2 deletions

View file

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