From 384e4d113d66bb454c8c4d1ea854caec81f58d3f Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 19 Mar 2023 14:43:23 +0300 Subject: [PATCH] retest Signed-off-by: Vasiliy Tolstov --- .github.old/workflows/pr.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github.old/workflows/pr.yml b/.github.old/workflows/pr.yml index f313ebe8..c03221c3 100644 --- a/.github.old/workflows/pr.yml +++ b/.github.old/workflows/pr.yml @@ -37,11 +37,4 @@ jobs: uses: golangci/golangci-lint-action@v3.4.0 continue-on-error: true with: - # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.30 - # Optional: working directory, useful for monorepos - # working-directory: somedir - # Optional: golangci-lint command line arguments. - # args: --issues-exit-code=0 - # Optional: show only new issues if it's a pull request. The default value is `false`. - # only-new-issues: true + version: v1.30 \ No newline at end of file