Update tooling and fix build issues

- Migrate golangci-lint config to v2 format
- Update GitHub Actions: checkout v3→v4, Go 1.24→1.25
- Update golangci-lint-action v6→v9 with golangci-lint v2.8
- Fix dlnaplayer.go: use RequestHandler interface for go-upnpcast
- Fix go.mod replace directive version mismatch for fyne fork
This commit is contained in:
Gianluca Boiano
2026-01-26 22:30:12 +01:00
parent d681d87b31
commit c692fbf1ee
11 changed files with 118 additions and 103 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: macos-15-intel
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1