Skip to content

Commit ba99650

Browse files
authored
Get ready for go1.22 (#186)
* added 1.22
1 parent d6898a2 commit ba99650

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
go-version:
19-
- 1.19.x
19+
- 1.19.x # a minimum supported version(from go.mod)
2020
- 1.20.x
2121
- 1.21.x
22+
- 1.22.x
2223
os: [ ubuntu-latest ]
2324
runs-on: ${{ matrix.os }}
2425
steps:

0 commit comments

Comments
 (0)