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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user