From 44e2385ace8b2bd8ddc51e39c447dd8b1656e1ea Mon Sep 17 00:00:00 2001 From: bump Date: Mon, 27 May 2024 16:03:45 +0000 Subject: [PATCH] Update github-golangci-lint to 1.59.0 from 1.58.2 Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.59.0 --- .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 5191d3ce..306aead9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - GOLANGCILINT_VERSION: "1.58.2" + GOLANGCILINT_VERSION: "1.59.0" jobs: lint: