From 16cff1bfcbbc05ad644793f6b7f61dd72f98f55f Mon Sep 17 00:00:00 2001 From: bump Date: Tue, 17 Feb 2026 16:20:14 +0000 Subject: [PATCH] Update github-golangci-lint to 2.10.1 from 2.9.0 Release notes https://github.com/golangci/golangci-lint/releases/tag/v2.10.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 9fb4fe20a..d5f10e87e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - GOLANGCILINT_VERSION: "2.9.0" + GOLANGCILINT_VERSION: "2.10.1" jobs: lint: