From 1c77ba1dbc7fbbf07100d8f1f76c2df94ad78c25 Mon Sep 17 00:00:00 2001 From: Nahum Shalman Date: Wed, 4 Aug 2021 14:07:43 +0000 Subject: [PATCH] Drop support/testing for Go 1.11 and earlier --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6327ea9..cb3d37d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,10 +18,6 @@ jobs: - '1.14' - '1.13' - '1.12' - - '1.11' - # omitting these as they fail on macos+ubuntu with "kqueue.go:18:2: cannot find package "golang.org/x/sys/unix" in any of:" - # - '1.10' - # - '1.9' runs-on: ${{ matrix.os }} steps: - name: setup Go