From ce2637260c510737f7169686c695a3ccfeb3126f Mon Sep 17 00:00:00 2001 From: bump Date: Sun, 5 Feb 2023 16:03:46 +0000 Subject: [PATCH] Update github-golangci-lint to 1.51.1 from 1.51.0 Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.51.1 --- .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 c5af47c3..7e367590 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - GOLANGCILINT_VERSION: "1.51.0" + GOLANGCILINT_VERSION: "1.51.1" jobs: lint: