Skip to content

Commit

Permalink
CI: drop Go 1.15, 1.16
Browse files Browse the repository at this point in the history
Drop support of Go 1.15, 1.16 because of recent golang.org/x/sys which
stopped supporting them.
  • Loading branch information
dolmen committed Mar 14, 2023
1 parent ddec212 commit 1f92190
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- '1.18'
- '1.19'
- '1.17'
- '1.16'
- '1.15'
steps:
- uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 1f92190

Please sign in to comment.