Skip to content

Commit c189840

Browse files
build(deps): bump golangci/golangci-lint-action from 6 to 7 (#173)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 7. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v7) --- 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 f65c324 commit c189840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-go@v5
2424
with:
2525
go-version: '>=1.22.6'
26-
- uses: golangci/golangci-lint-action@v6
26+
- uses: golangci/golangci-lint-action@v7
2727
with:
2828
version: latest
2929
skip-cache: false

0 commit comments

Comments
 (0)