Skip to content

Commit

Permalink
Don't test older Go versions
Browse files Browse the repository at this point in the history
Support for wrapping errors was only introduced in 1.13, so don't bother
testing earlier versions.
  • Loading branch information
rkennedy committed May 1, 2024
1 parent 4e144fb commit 30bea4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- 1.15.x
- 1.14.x
- 1.13.x
- 1.12.x
- 1.11.x
steps:
- uses: actions/checkout@v3
- name: Set up Go ${{ matrix.go-version }}
Expand Down

0 comments on commit 30bea4d

Please sign in to comment.