]> go.fuhry.dev Git - fsnotify.git/commitdiff
Drop support/testing for Go 1.11 and earlier (#381)
authorNahum Shalman <nahamu@gmail.com>
Wed, 4 Aug 2021 19:46:51 +0000 (15:46 -0400)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 19:46:51 +0000 (20:46 +0100)
.github/workflows/test.yml

index a6327ea9440f082c72dfc552ea9e3bfbbc4b1f2d..cb3d37d1325533374758ca0ee70a1afa10af1aa6 100644 (file)
@@ -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