build: update golangci-lint and gopls in flake

Updates #1850
This commit is contained in:
Kristoffer Dalby
2026-02-24 18:59:45 +00:00
parent 8048f10d13
commit 25ccb5a161
2 changed files with 4 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ repos:
# golangci-lint for Go code quality
- id: golangci-lint
name: golangci-lint
entry: golangci-lint run --new-from-rev=HEAD~1 --timeout=5m --fix
entry: nix develop --command -- golangci-lint run --new-from-rev=HEAD~1 --timeout=5m --fix
language: system
types: [go]
pass_filenames: false