Skip to content

Commit

Permalink
Drop support for Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
horkhe committed Mar 11, 2024
1 parent 807facf commit 0a6be82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.19.x # a minimum supported version(from go.mod)
- 1.20.x
- 1.20.x # a minimum supported version(from go.mod)
- 1.21.x
- 1.22.x
os: [ ubuntu-latest ]
Expand Down

0 comments on commit 0a6be82

Please sign in to comment.