ci: Bump go to 1.17 from 1.14

pull/1971/head
Noah Gorny 2021-10-10 23:50:39 +03:00
parent cf08fcaff2
commit adab880f89
1 changed files with 1 additions and 1 deletions

View File

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