Skip to content

Commit 2d995fb

Browse files
committed
chore(ci): remove Go versions below 1.24 from CI matrix
Remove CI test runs for Go 1.21.x, 1.22.x, and 1.23.x as the minimum supported version is 1.24.0 (as defined in go.mod). This change: - Removes outdated Go versions from the test matrix - Aligns CI testing with the minimum supported version - Reduces CI execution time by removing unnecessary test runs - Maintains testing coverage for supported versions (1.24.x, 1.25.x)
1 parent bd308e4 commit 2d995fb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
strategy:
3939
matrix:
4040
go:
41-
- 1.21.x
42-
- 1.22.x
43-
- 1.23.x
4441
- 1.24.x
4542
- 1.25.x
4643

0 commit comments

Comments
 (0)