From 236e9753c41ccebb5ce24e09f6d64ca7141b3480 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 22 Aug 2024 21:19:46 +0800 Subject: [PATCH] golangci: update `new-from-rev` --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 3978152b41..a8735eaf7b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -92,7 +92,7 @@ linters: issues: # Only check issues in the new code. - new-from-rev: HEAD~1 + new-from-rev: 3f48b446215c751ea4ba0c30fb04413ab9f1a7c7 exclude-rules: # Exclude gosec from running for tests so that tests with weak randomness