Skip to content

Commit

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

---
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>
Co-authored-by: Jaeseung Lee <[email protected]>
(cherry picked from commit 0b15618)

# Conflicts:
#	.github/workflows/lint.yml
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed May 9, 2024
1 parent defb3ad commit 5bcb90f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
**/**.go
go.mod
go.sum
<<<<<<< HEAD
- uses: golangci/golangci-lint-action@v3
=======
- uses: golangci/golangci-lint-action@v6
>>>>>>> 0b15618fa (chore(deps): Bump golangci/golangci-lint-action from 4 to 6 (#1355))
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.51
Expand Down

0 comments on commit 5bcb90f

Please sign in to comment.