From 0f21e6f8c58bf3c4ec4cfecad4bcaf7016ea2cfa Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 9 Oct 2022 19:18:16 +0200 Subject: [PATCH] v3: update plugin to v3 Signed-off-by: Valery Piashchynski --- .github/workflows/linters.yml | 2 +- .golangci.yml | 1 - go.mod | 3 +-- go.sum | 2 -- plugin.go | 13 +++++++++---- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index a649e82..8a96e6c 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -18,6 +18,6 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v3.2.0 # Action page: with: - version: v1.49 # without patch version + version: v1.50 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m --build-tags=race diff --git a/.golangci.yml b/.golangci.yml index 89ebb58..6c54051 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -68,7 +68,6 @@ linters: # All available linters list: