Update Go to v1.17

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-12-14 17:26:13 +02:00
parent edf7b90c11
commit 30b5054692
17 changed files with 78 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Download modules
run: |
go mod download