From 1a1f98084950d5dd1b455273c70fdf7871c733b8 Mon Sep 17 00:00:00 2001 From: Paul van Brouwershaven Date: Thu, 9 Mar 2023 15:49:28 +0100 Subject: [PATCH] Update golangci-lint --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 4dd38ca..be5e574 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -14,10 +14,10 @@ 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.46 + version: v1.51 # Optional: working directory, useful for monorepos # working-directory: somedir