Skip to content

Commit 19c32e7

Browse files
committed
update test matrix, drop 1.18 and 1.19, adds 1.23
Signed-off-by: Pedro Tanaka <[email protected]>
1 parent 3c59b34 commit 19c32e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
strategy:
5858
matrix:
5959
go-version:
60-
- 1.18.x # EOL: 01 Feb 2023
61-
- 1.19.x # EOL: 08 Aug 2023
62-
- 1.20.x
63-
- 1.21.x
60+
- 1.20.x # EOL: 06 Feb 2024
61+
- 1.21.x # EOL: 13 Aug 2024
62+
- 1.22.x
63+
- 1.23.x
6464

6565
steps:
6666
- name: Checkout

0 commit comments

Comments
 (0)