From 3daa9a991b73b8c413600bfa86e05ada8c23c93b Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 2 Oct 2020 13:35:29 -0400 Subject: [PATCH] Drop Go 1.11 from the build workflow NB: golang/x/crypto or golang/x/sys seems to not be building on macOS anymore --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e51174..4620439 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: build: strategy: matrix: - go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x] + go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} env: