Skip to content

Commit b473998

Browse files
Update test matrix to go1.22, go1.21, and go1.20
1 parent 42ac4fa commit b473998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go:
19+
- '1.22'
20+
- '1.21'
1921
- '1.20'
20-
- '1.19'
2122
steps:
2223
- uses: actions/checkout@v3
2324

0 commit comments

Comments
 (0)