Skip to content

Commit 7ae7de4

Browse files
chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#104)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v5...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>
1 parent 9d3e766 commit 7ae7de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
check-latest: true
2828
- uses: actions/checkout@v4
2929
- name: "Lint"
30-
uses: golangci/golangci-lint-action@v5
30+
uses: golangci/golangci-lint-action@v6
3131
with:
3232
only-new-issues: true
3333
args: --timeout 5m --issues-exit-code 0

0 commit comments

Comments
 (0)