Upgrade to golang 1.17

This commit is contained in:
9seconds
2021-08-30 11:51:11 +03:00
parent 7718f62477
commit c178b4b9cc
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