Skip to content

Commit a558eff

Browse files
committed
bump ci version to 1.25
1 parent 8536ddf commit a558eff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.24'
17+
go-version: '1.25'
1818
check-latest: true
1919
cache-dependency-path: go.mod
2020
- name: go mod tidy
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-go@v5
3737
with:
38-
go-version: '1.24'
38+
go-version: '1.25'
3939
check-latest: true
4040
cache-dependency-path: go.mod
4141
- name: go mod tidy

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
go-version: ['tip', '1.24', '1.23', '1.22', '1.21', '1.20', '1.19', '1.18']
13+
go-version: ['tip', '1.25', '1.24', '1.23', '1.22', '1.21', '1.20', '1.19', '1.18']
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup Go

.github/workflows/go-slog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.24'
17+
go-version: '1.25'
1818
check-latest: true
1919
cache-dependency-path: go.mod
2020
- name: go mod tidy

0 commit comments

Comments
 (0)