From f6d723544981c4c94c6d53f89eb5d97853280a17 Mon Sep 17 00:00:00 2001 From: bump Date: Mon, 20 May 2024 16:04:14 +0000 Subject: [PATCH] Update github-golangci-lint to 1.58.2 from 1.58.1 Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.58.2 --- .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 e18dda50..5191d3ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - GOLANGCILINT_VERSION: "1.58.1" + GOLANGCILINT_VERSION: "1.58.2" jobs: lint: