ci(go): remove go 1.15 in matrix build

This commit is contained in:
Felix Wiedmann
2021-05-01 19:07:51 +02:00
parent a054cf9a60
commit 2fc6145149

View File

@@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
go: ["1.15", "1.16"]
go: ["1.16"]
name: Build with go version ${{ matrix.go }}
runs-on: ubuntu-latest
steps: