From 52f66b05e624233105924906f67f10347a5ed0de Mon Sep 17 00:00:00 2001 From: fatedier Date: Wed, 21 Feb 2024 17:20:40 +0800 Subject: [PATCH] update golangci-lint version to 1.56 (#4013) --- .github/workflows/golangci-lint.yml | 2 +- .golangci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 462e335..18f69d5 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -23,7 +23,7 @@ jobs: uses: golangci/golangci-lint-action@v4 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.55 + version: v1.56 # Optional: golangci-lint command line arguments. # args: --issues-exit-code=0 diff --git a/.golangci.yml b/.golangci.yml index 8349c9e..cd92e43 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,5 @@ service: - golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.56.x # use the fixed version to not introduce new linters unexpectedly run: concurrency: 4