From 0088a922abc2c532ae5b10b76b521228874a5793 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 18 Jan 2024 22:30:35 +0000 Subject: [PATCH] chore: golangci-lint 1.55 --- .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 90a58731c..033437734 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -32,7 +32,7 @@ jobs: 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.29 - version: v1.53 + version: v1.55 # Optional: working directory, useful for monorepos # working-directory: somedir