CI: Run checklocks with Go 1.25

This commit is contained in:
Joachim Bauch 2026-01-08 10:21:49 +01:00
commit 0b89140ef1
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -63,7 +63,8 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.24"
go-version: "1.25"
check-latest: true
- name: checklocks
run: |