Skip to content

Commit

Permalink
ci: avoid testing on incompatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Mar 9, 2023
1 parent 39c9fb1 commit 7944885
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
- ubuntu-latest
- macos-latest
go:
- 1.16
- 1.17
- 1.18
- 1.19
- "1.18"
- "1.19"
- "1.20"
steps:
- name: Checkout
Expand Down

0 comments on commit 7944885

Please sign in to comment.