Skip to content

Commit

Permalink
build(deps): Bump golangci/golangci-lint-action from 3 to 4 (#350)
Browse files Browse the repository at this point in the history
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v3...v4)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 8fbc4e3 commit 48cb7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
exclude: "*.pb.go;*.pb.gw.go;*.pulsar.go;swagger/..."
path: "./..."
- name: golangci-lint main
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
if: env.GIT_DIFF
with:
version: latest
args: --timeout 8m
- name: golangci-lint pricefeeder
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
if: ${{ contains(env.GIT_DIFF, 'price-feeder/') }}
with:
version: latest
Expand Down

0 comments on commit 48cb7fb

Please sign in to comment.