From d589f2f31b776f1f0bb721a52a22932ad40fd275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:52:31 +0000 Subject: [PATCH] chore(deps): Bump bodgit/workflows/.github/workflows/golang-checks.yml Bumps [bodgit/workflows/.github/workflows/golang-checks.yml](https://github.com/bodgit/workflows) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/bodgit/workflows/releases) - [Changelog](https://github.com/bodgit/workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/bodgit/workflows/compare/f2ad91a9e0ba58982cdc180b62f69555ddf17d06...90676a57fa5e7bb53dbea051211751b225ee60ca) --- updated-dependencies: - dependency-name: bodgit/workflows/.github/workflows/golang-checks.yml dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d595b3..3bd7e79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,6 @@ permissions: jobs: golang-checks: name: Golang checks - uses: bodgit/workflows/.github/workflows/golang-checks.yml@f2ad91a9e0ba58982cdc180b62f69555ddf17d06 # v1.0.0 + uses: bodgit/workflows/.github/workflows/golang-checks.yml@90676a57fa5e7bb53dbea051211751b225ee60ca # v1.0.1 with: go_test_args: -v -short