drop support for Go 1.16 and 1.17 (#3482)

This commit is contained in:
Marten Seemann
2022-08-10 12:42:14 +02:00
committed by GitHub
parent d5efd340c7
commit ea9de26ed5
29 changed files with 26 additions and 256 deletions

View File

@@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: [ "1.16.x", "1.17.x", "1.18.x", "1.19.0-beta1" ]
go: [ "1.18.x", "1.19.x" ]
runs-on: ${{ matrix.os }}-latest
name: Unit tests (${{ matrix.os}}, Go ${{ matrix.go }})
steps: