From 35a8907d81af83943431c10aba8a1570768dbdbd Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 4 Jun 2023 16:46:38 +0200 Subject: [PATCH] ci: update golangci-lint --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4242c4..87791f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: go-test - id: gofumpt - repo: https://github.com/golangci/golangci-lint - rev: v1.52.2 + rev: v1.53.2 hooks: - id: golangci-lint exclude: '^graph/generated/.*$|^graph/model/models_gen.go|^tools/.*$$'