From 755abadaeab43a98af54891ca4bb859fc69dbbe1 Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Wed, 13 Mar 2024 13:58:52 -0700 Subject: [PATCH] chore(deps): update golangci-lint to v1.56.2 (#200) Signed-off-by: william.vanhevelingen --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50ba065..31ddd2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v4.0.0 with: - version: v1.51.1 + version: v1.56.2 # modified from the original as this repo still using master, insteead of main publish_master: