1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 22:30:24 +02:00

module: bump minimum Go version to 1.17

This commit is contained in:
cn
2022-01-07 12:07:14 +01:00
parent fb076d3a66
commit 23c2371649
2 changed files with 12 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
go:
- '1.16'
- '1.17'
env:
GO111MODULE: on
GOPROXY: direct