Skip to content

Commit 19ab7ff

Browse files
committed
update go version in github workflows too
1 parent 4150bff commit 19ab7ff

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/go.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
- main
1212
- development
13+
1314
paths-ignore:
1415
- 'docs/**' # Ignore changes to docs folder
1516
# Run on pull requests to main or development branches
@@ -29,7 +30,7 @@ jobs:
2930
# Define a matrix strategy to test against multiple Go versions
3031
strategy:
3132
matrix:
32-
go-version: ['1.24','1.23', '1.22']
33+
go-version: ['1.25','1.24', '1.23']
3334
# Continue with other jobs if one version fails
3435
fail-fast: false
3536

@@ -120,7 +121,7 @@ jobs:
120121
runs-on: ubuntu-latest
121122
strategy:
122123
matrix:
123-
go-version: ['1.24','1.23', '1.22']
124+
go-version: ['1.25','1.24', '1.23']
124125
fail-fast: false
125126

126127
steps:
@@ -208,7 +209,7 @@ jobs:
208209
runs-on: ubuntu-latest
209210
strategy:
210211
matrix:
211-
go-version: ['1.24','1.23', '1.22']
212+
go-version: ['1.25','1.24', '1.23']
212213
fail-fast: false
213214

214215
steps:
@@ -333,7 +334,7 @@ jobs:
333334
- name: Set up Go environment
334335
uses: actions/setup-go@v5
335336
with:
336-
go-version: '1.24'
337+
go-version: '1.25'
337338
cache: false
338339

339340
# Install the linting tool
@@ -380,7 +381,7 @@ jobs:
380381
- name: Set up Go environment
381382
uses: actions/setup-go@v5
382383
with:
383-
go-version: 1.24
384+
go-version: 1.25
384385

385386
# Check file naming conventions using ls-lint
386387
- name: Check for file names errors

0 commit comments

Comments
 (0)