Moving to go 1.17 (#766)

* Updating to go1.17
This commit is contained in:
Igor Gov
2022-02-08 11:58:08 +02:00
committed by GitHub
parent 0365b8971f
commit 98ca1b2840
17 changed files with 268 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
- name: Install dependencies
run: |