From 69c13a44c2bb26e35a43cf558db07afa9f7749a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:00:31 +0000 Subject: [PATCH 1/2] chore(deps): update dependency golangci/golangci-lint to v2.12.2 --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 1ff9f08..d1afc3f 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,4 +19,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 with: - version: v2.11.4 + version: v2.12.2 From 7dd361a00f128b4fd02e55d48916986b96459925 Mon Sep 17 00:00:00 2001 From: kalo <24719519+KaloyanTanev@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:08:51 +0300 Subject: [PATCH 2/2] Fix linter --- app/util/util_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/util_test.go b/app/util/util_test.go index 2f85f8d..3ea8aba 100644 --- a/app/util/util_test.go +++ b/app/util/util_test.go @@ -20,7 +20,7 @@ func TestValidatorPubkeyToBytes(t *testing.T) { wantErr bool }{ { - "empty input", + "empty input", //nolint:goconst // no need for consts in test cases "", nil, true,