Merge pull request #1170 from strukturag/checklocks-1.25

CI: Run checklocks with Go 1.25
This commit is contained in:
Joachim Bauch 2026-01-08 10:23:41 +01:00 committed by GitHub
commit de9ea429e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: |