From 049a81a5fcfdd8e239107cfcf3a0be7c829c7193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:14:07 +0000 Subject: [PATCH] build(deps): Bump golangci/golangci-lint-action from 5 to 9 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 9. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...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/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 50784383..7e7b789a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,13 +29,13 @@ jobs: exclude: "*.pb.go;*.pb.gw.go;*.pulsar.go;swagger/..." path: "./..." - name: golangci-lint main - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v9 if: env.GIT_DIFF with: version: latest args: --timeout 8m - name: golangci-lint pricefeeder - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v9 if: ${{ contains(env.GIT_DIFF, 'price-feeder/') }} with: version: latest