Skip to content

Commit 6572380

Browse files
committed
CI to test in 1.21 and 1.22
Not updating Go version in go.mod since we don't need any new functionalities.
1 parent 61eed72 commit 6572380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
go: ["1.19.x", "1.20.x"]
19+
go: ["1.21.x", "1.22.x"]
2020
include:
21-
- go: 1.20.x
21+
- go: 1.22.x
2222
latest: true
2323

2424
steps:

0 commit comments

Comments
 (0)