From 96b9269cd358169c16ad1bc5d3121566256d132d Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 24 Aug 2024 22:38:22 +0800 Subject: [PATCH] chore: fix golangci linter --- .github/workflows/backend-tests.yml | 2 +- .golangci.yaml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 485e8998..d7ee19c1 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -29,7 +29,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.54.1 + version: v1.56.1 args: --verbose --timeout=3m skip-cache: true diff --git a/.golangci.yaml b/.golangci.yaml index 17757358..34d73501 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -22,11 +22,7 @@ issues: # https://golangci-lint.run/usage/configuration/#command-line-options exclude: - Rollback - - logger.Sync - - pgInstance.Stop - fmt.Printf - - Enter(.*)_(.*) - - Exit(.*)_(.*) linters-settings: goimports: