mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
CI: Run modernize and checklocks with Golang 1.26
This commit is contained in:
parent
73af7bb367
commit
f9f2347d11
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.25"
|
||||
go-version: "1.26"
|
||||
|
||||
- name: moderize
|
||||
run: |
|
||||
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.25"
|
||||
go-version: "1.26"
|
||||
check-latest: true
|
||||
|
||||
- name: checklocks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue