mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-24 19:50:09 -05:00
nixos-unstable still ships go 1.27rc3 and golangci-lint 2.12.2, so: - switch nixpkgs-unstable input to nixos-unstable-small (has go 1.27.0) - pin languages.go to go_1_27 - build golangci-lint 2.13.0 from source with buildGo127Module - skip go-tools (staticcheck) tests, which panic when rebuilt with go 1.27 All three workarounds are commented for later removal.