bump minimum go version to 1.17

This commit is contained in:
Michael Eischer
2023-01-14 19:22:08 +01:00
parent 8ce88b24e7
commit f299c735df
2 changed files with 19 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ on:
pull_request:
env:
latest_go: "1.18.x"
latest_go: "1.19.x"
GO111MODULE: on
jobs:
@@ -17,10 +17,9 @@ jobs:
strategy:
matrix:
go:
- 1.15.x
- 1.16.x
- 1.17.x
- 1.18.x
- 1.19.x
runs-on: ubuntu-latest
name: Go ${{ matrix.go }}