From: Nahum Shalman Date: Wed, 4 Aug 2021 19:46:51 +0000 (-0400) Subject: Drop support/testing for Go 1.11 and earlier (#381) X-Git-Tag: v1.7.2~147 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=2fb15b141f1a0fca5f8f3299b39880819d20f911;p=fsnotify.git Drop support/testing for Go 1.11 and earlier (#381) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6327ea..cb3d37d 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