|
10 | 10 | branches:
|
11 | 11 | - main
|
12 | 12 | - development
|
| 13 | + |
13 | 14 | paths-ignore:
|
14 | 15 | - 'docs/**' # Ignore changes to docs folder
|
15 | 16 | # Run on pull requests to main or development branches
|
|
29 | 30 | # Define a matrix strategy to test against multiple Go versions
|
30 | 31 | strategy:
|
31 | 32 | matrix:
|
32 |
| - go-version: ['1.24','1.23', '1.22'] |
| 33 | + go-version: ['1.25','1.24', '1.23'] |
33 | 34 | # Continue with other jobs if one version fails
|
34 | 35 | fail-fast: false
|
35 | 36 |
|
@@ -120,7 +121,7 @@ jobs:
|
120 | 121 | runs-on: ubuntu-latest
|
121 | 122 | strategy:
|
122 | 123 | matrix:
|
123 |
| - go-version: ['1.24','1.23', '1.22'] |
| 124 | + go-version: ['1.25','1.24', '1.23'] |
124 | 125 | fail-fast: false
|
125 | 126 |
|
126 | 127 | steps:
|
@@ -208,7 +209,7 @@ jobs:
|
208 | 209 | runs-on: ubuntu-latest
|
209 | 210 | strategy:
|
210 | 211 | matrix:
|
211 |
| - go-version: ['1.24','1.23', '1.22'] |
| 212 | + go-version: ['1.25','1.24', '1.23'] |
212 | 213 | fail-fast: false
|
213 | 214 |
|
214 | 215 | steps:
|
@@ -333,7 +334,7 @@ jobs:
|
333 | 334 | - name: Set up Go environment
|
334 | 335 | uses: actions/setup-go@v5
|
335 | 336 | with:
|
336 |
| - go-version: '1.24' |
| 337 | + go-version: '1.25' |
337 | 338 | cache: false
|
338 | 339 |
|
339 | 340 | # Install the linting tool
|
@@ -380,7 +381,7 @@ jobs:
|
380 | 381 | - name: Set up Go environment
|
381 | 382 | uses: actions/setup-go@v5
|
382 | 383 | with:
|
383 |
| - go-version: 1.24 |
| 384 | + go-version: 1.25 |
384 | 385 |
|
385 | 386 | # Check file naming conventions using ls-lint
|
386 | 387 | - name: Check for file names errors
|
|
0 commit comments