Skip to content

Commit c4976ca

Browse files
committed
[mod] update tested go versions to 1.21+
1 parent fe55a16 commit c4976ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
max-parallel: 4
1616
matrix:
1717
go: [
18+
"1.24",
19+
"1.23",
1820
"1.22",
1921
"1.21",
20-
"1.20",
21-
"1.19",
2222
]
2323

2424
steps:
@@ -47,10 +47,10 @@ jobs:
4747
max-parallel: 4
4848
matrix:
4949
go: [
50+
"1.24",
51+
"1.23",
5052
"1.22",
5153
"1.21",
52-
"1.20",
53-
"1.19",
5454
]
5555

5656
steps:

0 commit comments

Comments
 (0)