From c0ca639f3aa58776b7e04be86e34b9e4845a5e6f Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 26 May 2020 16:22:52 -0400 Subject: [PATCH] Remove tests for Go 1.11 and 1.12 (keygen is 1.13 and up) --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f25d0ed..e3e092d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 }}