From 5214789f9437861c6b980468f43b7a1eed49862e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:56:34 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.2 --- pre-commit/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-commit/action.yml b/pre-commit/action.yml index 13fc2baa..4be5e3a5 100644 --- a/pre-commit/action.yml +++ b/pre-commit/action.yml @@ -28,7 +28,7 @@ runs: - name: 🐹 Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 1.26.1 + go-version: 1.26.2 - name: "#️⃣ Download pre-commit hooks" id: hooks