Files
kolaente 59a707a493 chore(devenv): provide go 1.27.0 and golangci-lint 2.13.0 in dev shell
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.
2026-08-20 10:48:47 +02:00
..