Skip to content

Commit 7ccd5d1

Browse files
build(deps): bump golangci/golangci-lint-action from 7 to 8 (#197)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' 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 54da8c1 commit 7ccd5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
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@v7
26+
- uses: golangci/golangci-lint-action@v8
2727
with:
2828
version: latest
2929
skip-cache: false

0 commit comments

Comments
 (0)