Skip to content

Commit

Permalink
CI to test in 1.21 and 1.22
Browse files Browse the repository at this point in the history
Not updating Go version in go.mod since we don't need any new functionalities.
  • Loading branch information
rabbbit committed Mar 4, 2024
1 parent 61eed72 commit 6572380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

strategy:
matrix:
go: ["1.19.x", "1.20.x"]
go: ["1.21.x", "1.22.x"]
include:
- go: 1.20.x
- go: 1.22.x
latest: true

steps:
Expand Down

0 comments on commit 6572380

Please sign in to comment.