From e343ff7538939da8a6e6c7fe17e76ebaeccddfe4 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 30 Oct 2025 11:19:43 +0100 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.0 --- .pre-commit-config.yaml | 2 +- graph/tools.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02b2b5e..6bcea3d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: go-test - id: gofumpt - repo: https://github.com/golangci/golangci-lint - rev: v2.5.0 + rev: v2.6.0 hooks: - id: golangci-lint-full - repo: https://github.com/gitleaks/gitleaks diff --git a/graph/tools.go b/graph/tools.go index bd07e3d..0e9573a 100644 --- a/graph/tools.go +++ b/graph/tools.go @@ -1,5 +1,4 @@ //go:build tools -// +build tools package graph