Skip to content

Commit

Permalink
Merge pull request #1971 from NoahGorny/ci-update-go-version
Browse files Browse the repository at this point in the history
ci: Bump go to 1.17 from 1.14
  • Loading branch information
NoahGorny committed Oct 10, 2021
2 parents cf08fca + adab880 commit 49698e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 49698e2

Please sign in to comment.