drop support for Go 1.15

This commit is contained in:
Marten Seemann
2021-08-05 10:28:43 +02:00
parent 761c0fabd6
commit 68e468a3bc
30 changed files with 93 additions and 209 deletions

View File

@@ -4,7 +4,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ "1.15.x", "1.16.x", "1.17.0-rc1" ]
go: [ "1.16.x", "1.17.0-rc1" ]
runs-on: ubuntu-latest
name: "Cross Compilation (Go ${{matrix.go}})"
steps: