Skip to content

Commit

Permalink
build(deps): bump golangci/golangci-lint-action from 3.7.0 to 5.3.0
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.7.0 to 5.3.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v3.7.0...v5.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 0c8e413 commit 46b3ebd
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 @@ -34,14 +34,14 @@ jobs:

- name: golangci-lint
if: runner.os != 'Windows'
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v5.3.0
with:
version: v1.50.1
args: "--out-${NO_FUTURE}format colored-line-number"

- name: golangci-lint
if: runner.os == 'Windows'
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v5.3.0
env:
nofuture: out-format
with:
Expand Down

0 comments on commit 46b3ebd

Please sign in to comment.