Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit cdd6527

Browse files
chore: bump golangci/golangci-lint-action from 8 to 9 in the all group (#577)
Bumps the all group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 8 to 9 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8...v9) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 505d33f commit cdd6527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: steps.install-go.outputs.cache-hit != 'true'
3030

3131
- name: Run linter
32-
uses: golangci/golangci-lint-action@v8
32+
uses: golangci/golangci-lint-action@v9
3333
with:
3434
version: ${{ env.GOLANGCI_LINT_VERSION }}
3535

0 commit comments

Comments
 (0)