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: