From 86a9865b9c08b07ed8a50d44496ecf38ee3a358e Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Mon, 2 Jun 2025 11:34:36 +0200 Subject: [PATCH] Upgrade golangci-lint to latest (2.1.6) --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 39db9347ea..099e6e4a6d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -105,7 +105,7 @@ jobs: - name: Run Go lint checks (does not include formatting checks) uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0 with: - version: v2.0.2 + version: v2.1.6 args: --timeout=15m - name: Run ruff (Python linter and formatter) uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0