Remove tests for Go 1.11 and 1.12 (keygen is 1.13 and up)

This commit is contained in:
Christian Rocha 2020-05-26 16:22:52 -04:00 committed by Christian Muehlhaeuser
parent 553d064c92
commit c0ca639f3a

View file

@ -4,13 +4,13 @@ jobs:
test:
strategy:
matrix:
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
env:
GO111MODULE: "on"
steps:
- name: Configure git for private modules
env:
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}