Skip to content

Commit

Permalink
Drop support/testing for Go 1.11 and earlier (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
nshalman committed Aug 4, 2021
1 parent 5ce1ba4 commit 2fb15b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2fb15b1

Please sign in to comment.