We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2849d82 commit 724fcf6Copy full SHA for 724fcf6
.github/workflows/test.yml
@@ -19,9 +19,11 @@ jobs:
19
go-version: [ # https://endoflife.date/go
20
# 1.17.x, # Ended 02 Aug 2022
21
# 1.18.x, # Ended 01 Feb 2023
22
- 1.19.x,
23
- 1.20.x,
24
- 1.21.x
+ # 1.19.x, # Ended 06 Sep 2023
+ # 1.20.x, # Ended 06 Feb 2024
+ 1.21.x,
25
+ 1.22.1,
26
+ # 1.22.x, # There is a repeatable panic with cgo for us on this minor version
27
]
28
os: [ubuntu-latest]
29
runs-on: ${{ matrix.os }}
0 commit comments