Skip to content

Commit 20183b6

Browse files
ci: reduce Go matrix to representative versions
Keep only Go 1.21.13 (pre-Go 1.22) and Go 1.24.2 (latest stable) to cover the key semantic boundary at Go 1.22 alias support. This reduces CI jobs while preserving meaningful coverage. Fixes #1600 Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
1 parent 9e6b623 commit 20183b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/llgo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- macos-latest
4444
- ubuntu-latest
4545
llvm: [19]
46-
go: ["1.21.13", "1.22.12", "1.23.6", "1.24.2"]
46+
go: ["1.21.13", "1.24.2"]
4747
runs-on: ${{matrix.os}}
4848
steps:
4949
- uses: actions/checkout@v6
@@ -217,7 +217,7 @@ jobs:
217217
matrix:
218218
os: [ubuntu-latest, macos-latest]
219219
llvm: [19]
220-
go: ["1.21.13", "1.22.12", "1.23.6", "1.24.2"]
220+
go: ["1.21.13", "1.24.2"]
221221
runs-on: ${{matrix.os}}
222222
steps:
223223
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)