go mod update to 1.17

This commit is contained in:
Michał Matczuk
2021-11-17 10:11:49 +01:00
committed by Michal Jan Matczuk
parent 1bfe101568
commit 39bf42f122
2 changed files with 8 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
- uses: actions/cache@v2
id: gomod-cache
with: