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:
parent
be90910d33
commit
25adfaf341
3 changed files with 10 additions and 9 deletions
|
|
@ -13,6 +13,7 @@ linters:
|
|||
- gochecknoinits
|
||||
- gocognit
|
||||
- godox
|
||||
- gomodguard
|
||||
- interfacebloat
|
||||
- ireturn
|
||||
- lll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue