We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2f1fb commit b86e38eCopy full SHA for b86e38e
1 file changed
.github/workflows/ci.yml
@@ -22,17 +22,9 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- include:
26
- - go-version: 1.25.x
27
- platform: ubuntu-latest
28
- - go-version: 1.24.x
29
30
- - go-version: 1.22.x
31
32
- - go-version: 1.21.x
33
34
35
- platform: windows-latest
+ go-version: [1.25.x, 1.24.x, 1.22.x, 1.21.x]
+ platform: [ubuntu-latest, windows-latest]
+ #platform: [ubuntu-latest, macos-latest, windows-latest]
36
runs-on: ${{ matrix.platform }}
37
steps:
38
- name: Checkout code
0 commit comments