Skip to content

Commit b00b6fe

Browse files
authored
.github: upgrade workflows to Go 1.25 (#32425)
1 parent 2b38daa commit b00b6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.24
28+
go-version: 1.25
2929
cache: false
3030

3131
- name: Run linters
@@ -41,8 +41,8 @@ jobs:
4141
strategy:
4242
matrix:
4343
go:
44+
- '1.25'
4445
- '1.24'
45-
- '1.23'
4646
steps:
4747
- uses: actions/checkout@v4
4848
with:

0 commit comments

Comments
 (0)