Merge pull request #205 from 9seconds/golang-1.17-v1

[v1] Upgrade to golang 1.17
This commit is contained in:
Sergey Arkhipov
2021-08-30 11:54:33 +03:00
committed by GitHub
4 changed files with 15 additions and 6 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ jobs:
go_version:
- ~1.14
- ~1.15
- ^1.16
- ~1.16
- ^1.17
steps:
- name: Checkout
uses: actions/checkout@v2