Skip to content

Commit eb14720

Browse files
build(deps): bump golangci/golangci-lint-action from 4 to 5 (#610)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4...v5) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 678e1ab commit eb14720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version-file: 'go.mod'
1919
- name: golangci-lint
20-
uses: golangci/golangci-lint-action@v4
20+
uses: golangci/golangci-lint-action@v5
2121
with:
2222
version: latest
2323
args: --verbose --max-same-issues=0 --max-issues-per-linter=0

0 commit comments

Comments
 (0)