Phase out support for go version 1.15 because current ginko is not backward compatible (#710)

We are going to support only the stable versions provided by the Go team.
This commit is contained in:
Cosmin Cojocar 2021-10-15 10:46:13 +02:00 committed by GitHub
parent 17105ab93e
commit 5a3a27afae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@ jobs:
strategy: strategy:
matrix: matrix:
go_version: go_version:
- '1.15'
- '1.16' - '1.16'
- '1.17' - '1.17'
runs-on: ubuntu-latest runs-on: ubuntu-latest