From 0fc667d8af49dc0f2a731034b5cf4cbd0ffc7ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xinfan=2Ewu=28=E5=90=B4=E6=AD=86=E5=B8=86=29?= Date: Sun, 10 Nov 2024 14:16:05 +0800 Subject: [PATCH] feat:change golangclilint version to 1.57.x to support more linter --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 5ed45a559..ce9962796 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -99,7 +99,7 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.49.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.57.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo"