From d3df713edbc22728f8a52573a6ade63c71927d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:18:10 +0000 Subject: [PATCH] deps(actions)(deps): bump golangci/golangci-lint-action from 3 to 9 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 9. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v9) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prpush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prpush.yml b/.github/workflows/prpush.yml index dcaa728..8d2f8d3 100644 --- a/.github/workflows/prpush.yml +++ b/.github/workflows/prpush.yml @@ -32,7 +32,7 @@ jobs: find . -type f -name '*.go' -exec sed -i 's/Code generated by .* DO NOT EDIT/FOO/g' {} \; # on macos: find . -type f -name '*.go' -exec sed -i '' -E 's/Code generated by .* DO NOT EDIT/FOO/g' {} \; - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v9 with: version: v1.54 args: -v --timeout=5m