Merge pull request #1160 from strukturag/ci-modernize-go-1.25

CI: Run "modernize" with Go 1.25
This commit is contained in:
Joachim Bauch 2025-12-16 13:29:43 +01:00 committed by GitHub
commit 0f23c2c4b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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