updates #207

Merged
vtolstov merged 23 commits from updates into v3 2023-03-24 00:29:35 +03:00
Showing only changes of commit 078069b2d7 - Show all commits

View File

@ -21,11 +21,4 @@ jobs:
uses: https://github.com/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