ci: Bump go to 1.17 from 1.14

This commit is contained in:
Noah Gorny
2021-10-10 23:50:39 +03:00
parent cf08fcaff2
commit adab880f89

View File

@@ -45,7 +45,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.17
- name: Set up Python
uses: actions/setup-python@v2
with: