From e508f2903f76aac4bb30e997528c376a784bf1bd Mon Sep 17 00:00:00 2001 From: Fabian Siegel Date: Tue, 11 Jul 2023 11:56:56 +0200 Subject: [PATCH] ci: update golangci-lint --- .github/workflows/lint.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index da69d9b..92e0c5b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,13 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 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: golangci-lint command line arguments. - args: --issues-exit-code=0 - # Optional: working directory, useful for monorepos - # working-directory: somedir - # Optional: show only new issues if it's a pull request. The default value is `false`. - only-new-issues: true + version: v1.53 + install-mode: "binary"