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
+2 -2
View File
@@ -23,6 +23,6 @@ jobs:
- name: Install dependencies
run: sudo apt update && sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v9
with:
version: v1.64
version: v2.8