From 27af9ff4ce1d9e3b145e7f275b5eab56835c0a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:43:06 +0000 Subject: [PATCH] build(deps): bump dominikh/staticcheck-action from 1.4.0 to 1.4.1 Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/dominikh/staticcheck-action/releases) - [Changelog](https://github.com/dominikh/staticcheck-action/blob/v1.4.1/CHANGES.md) - [Commits](https://github.com/dominikh/staticcheck-action/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: dominikh/staticcheck-action dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 709bca1..45f9881 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -27,7 +27,7 @@ jobs: go fmt ./... git diff --exit-code - name: staticcheck - uses: dominikh/staticcheck-action@v1.4.0 + uses: dominikh/staticcheck-action@v1.4.1 with: install-go: false - name: Test