From 6ef9d2e12fca1ff987cccb21cff396e1a921fd15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 11:42:35 +0000 Subject: [PATCH] Bump dominikh/staticcheck-action Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 672a31696676d1592844bf0164b3bbfd855a4d50 to 9716614d4101e79b4340dd97b10e54d68234e431. - [Release notes](https://github.com/dominikh/staticcheck-action/releases) - [Changelog](https://github.com/dominikh/staticcheck-action/blob/master/CHANGES.md) - [Commits](https://github.com/dominikh/staticcheck-action/compare/672a31696676d1592844bf0164b3bbfd855a4d50...9716614d4101e79b4340dd97b10e54d68234e431) --- updated-dependencies: - dependency-name: dominikh/staticcheck-action dependency-version: 9716614d4101e79b4340dd97b10e54d68234e431 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 1a2ee44..7853a4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: go-version-file: ./go.mod cache: true cache-dependency-path: ./go.sum - - uses: dominikh/staticcheck-action@672a31696676d1592844bf0164b3bbfd855a4d50 # v1.4.1 + - uses: dominikh/staticcheck-action@9716614d4101e79b4340dd97b10e54d68234e431 # v1.4.1 with: version: "2026.1" install-go: false