Skip to content

Commit cb77b1c

Browse files
kolyshkincapnspacehook
authored andcommitted
ci: add go 1.25
Switch from go 1.24 to go 1.25 where we use a single go version. Drop go 1.23, add go 1.25 to the test matrix. (Note most testing is done in a VM job which uses whatever Go version is shipped with a distro). Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent b6cac94 commit cb77b1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v5
3434
- uses: actions/setup-go@v6
3535
with:
36-
go-version: 1.24.x
36+
go-version: 1.25.x
3737
- uses: golangci/golangci-lint-action@v8
3838
with:
3939
version: v2.5
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v5
6262
- uses: actions/setup-go@v6
6363
with:
64-
go-version: 1.24.x
64+
go-version: 1.25.x
6565
- uses: golangci/golangci-lint-action@v8
6666
with:
6767
version: v2.5
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
go-version: [1.19.x, 1.23.x, 1.24.x]
75+
go-version: [1.19.x, 1.24.x, 1.25.x]
7676
race: ["-race", ""]
7777
runs-on: ubuntu-24.04
7878
steps:

0 commit comments

Comments
 (0)