Upgrade to golang 1.17

This commit is contained in:
9seconds
2021-08-30 11:53:31 +03:00
parent fbc7499cda
commit b3c8c4a47d
4 changed files with 23 additions and 8 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ jobs:
strategy:
matrix:
go_version:
- ^1.16
- ~1.16
- ^1.17
steps:
- name: Checkout
uses: actions/checkout@v2