From d092e391974728a110f54c44c3c5f9be8c46b45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:34:04 +0000 Subject: [PATCH] Bump typisttech/.github/.github/workflows/lint-go.yml Bumps [typisttech/.github/.github/workflows/lint-go.yml](https://github.com/typisttech/.github) from 5.2.0 to 5.2.2. - [Release notes](https://github.com/typisttech/.github/releases) - [Commits](https://github.com/typisttech/.github/compare/3e578c49b856ba4f3553d7fb5c2dfecda8a6083d...3b989be3639ac84acd7770ad0795ffbfc6193b2b) --- updated-dependencies: - dependency-name: typisttech/.github/.github/workflows/lint-go.yml dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 50db014..49e5eec 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: uses: typisttech/.github/.github/workflows/lint-actions.yml@3b989be3639ac84acd7770ad0795ffbfc6193b2b # v5.2.2 go: - uses: typisttech/.github/.github/workflows/lint-go.yml@3e578c49b856ba4f3553d7fb5c2dfecda8a6083d # v5.2.0 + uses: typisttech/.github/.github/workflows/lint-go.yml@3b989be3639ac84acd7770ad0795ffbfc6193b2b # v5.2.2 with: golangci-lint: true golangci-lint-version: v2.11 # Must be kept in sync with @../../mise.toml