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