Skip to content

Commit 2782f47

Browse files
committed
ci: Test with Go 1.22(still RC)
1 parent 27b96e3 commit 2782f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
go: ["1.20.x", "1.21.x"]
19+
go: ["1.20.x", "1.21.x", "1.22.0-rc.2"]
2020
include:
2121
- go: 1.21.x
2222

0 commit comments

Comments
 (0)