Skip to content

Commit 724fcf6

Browse files
committed
chore: remove builds for go 1.19/1.20, add 1.22
1 parent 2849d82 commit 724fcf6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ jobs:
1919
go-version: [ # https://endoflife.date/go
2020
# 1.17.x, # Ended 02 Aug 2022
2121
# 1.18.x, # Ended 01 Feb 2023
22-
1.19.x,
23-
1.20.x,
24-
1.21.x
22+
# 1.19.x, # Ended 06 Sep 2023
23+
# 1.20.x, # Ended 06 Feb 2024
24+
1.21.x,
25+
1.22.1,
26+
# 1.22.x, # There is a repeatable panic with cgo for us on this minor version
2527
]
2628
os: [ubuntu-latest]
2729
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)