mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Merge pull request #1160 from strukturag/ci-modernize-go-1.25
CI: Run "modernize" with Go 1.25
This commit is contained in:
commit
0f23c2c4b1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -49,11 +49,11 @@ jobs:
|
|||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.24"
|
||||
go-version: "1.25"
|
||||
|
||||
- name: moderize
|
||||
run: |
|
||||
GOEXPERIMENT=synctest go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -test ./...
|
||||
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -any=false -reflecttypefor=false -test ./...
|
||||
|
||||
checklocks:
|
||||
name: checklocks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue