From 30e5c44640d8583f3f2ae838a9dc114b8ad2827c Mon Sep 17 00:00:00 2001 From: Shahzad Lone Date: Sun, 18 Sep 2022 11:18:43 -0400 Subject: [PATCH] PR: Chore - Bump the golangci-lint version. --- .github/workflows/lint-then-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-then-benchmark.yml b/.github/workflows/lint-then-benchmark.yml index a73f40ad55..51fb54bbff 100644 --- a/.github/workflows/lint-then-benchmark.yml +++ b/.github/workflows/lint-then-benchmark.yml @@ -49,7 +49,7 @@ jobs: # Required: the version of golangci-lint is required. # Note: The version should not pick the patch version as the latest patch # version is what will always be used. - version: v1.47 + version: v1.50 # Optional: working directory, useful for monorepos or if we wanted to run this # on a non-root directory.