flake.nix, flake.lock: bump nixpkgs and pinned tools

nixpkgs: bump unstable revision. Pinned tools: grpc-gateway 2.28.0 ->
2.29.0 (matches the Go dep), golangci-lint 2.11.4 -> 2.12.2. Disable
gomodguard in .golangci.yaml since 2.12 deprecated it.
This commit is contained in:
Kristoffer Dalby 2026-05-19 09:11:51 +00:00
parent be90910d33
commit 25adfaf341
3 changed files with 10 additions and 9 deletions

View file

@ -13,6 +13,7 @@ linters:
- gochecknoinits
- gocognit
- godox
- gomodguard
- interfacebloat
- ireturn
- lll