Skip to content

Commit

Permalink
drop tests on old go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler committed Oct 28, 2023
1 parent 7d85a4b commit d9d5791
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
strategy:
matrix:
go-version:
- "1.22"
- "1.21"
- "1.20"
- "1.19"
- "1.18"
- "1.17"
- "1.16"
name: lint and test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d9d5791

Please sign in to comment.