From 0c36922fded43a2cc209ae75642a9812515e4f63 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Thu, 27 Apr 2023 09:15:28 +1000 Subject: [PATCH] chore: Bump golangci-lint version. --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 8a9608b3b..6d23edd83 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -22,7 +22,7 @@ jobs: - 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.50 + version: v1.52 # Optional: show only new issues if it's a pull request. The default value is `false`. only-new-issues: true