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