.github: upgrade workflows to Go 1.25 (#32425)

This commit is contained in:
Felix Lange 2025-08-14 13:07:20 +02:00 committed by GitHub
parent 2b38daa48c
commit b00b6fe234
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24
go-version: 1.25
cache: false
- name: Run linters
@ -41,8 +41,8 @@ jobs:
strategy:
matrix:
go:
- '1.25'
- '1.24'
- '1.23'
steps:
- uses: actions/checkout@v4
with: