Skip to content

Commit b9aa04c

Browse files
committed
ci: add more go versions to builds
1 parent 5b23426 commit b9aa04c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- "1.18"
1616
- "1.19"
1717
- "1.20"
18+
- "1.21"
19+
- "1.22"
20+
- "1.23"
21+
- "1.24"
1822
steps:
1923
- uses: actions/checkout@v3
2024

@@ -32,6 +36,9 @@ jobs:
3236
go:
3337
- "1.20"
3438
- "1.21"
39+
- "1.22"
40+
- "1.23"
41+
- "1.24"
3542
steps:
3643
- uses: actions/checkout@v3
3744

0 commit comments

Comments
 (0)