Skip to content

Commit 71338d8

Browse files
Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#2813)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 379ddaf commit 71338d8

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
@@ -18,7 +18,7 @@ jobs:
1818
cache-dependency-path: go.sum
1919

2020
- name: Lint
21-
uses: golangci/golangci-lint-action@v6.0.1
21+
uses: golangci/golangci-lint-action@v6.1.0
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
reporter: github-pr-check

0 commit comments

Comments
 (0)