Skip to content

Commit 23a939c

Browse files
build(deps): bump golangci/golangci-lint-action from 7 to 8 (#775)
* build(deps): bump golangci/golangci-lint-action from 7 to 8 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]> * fix lint error Signed-off-by: yxxhero <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: yxxhero <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: yxxhero <[email protected]>
1 parent d052042 commit 23a939c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: actions/setup-go@v5
2020
with:
2121
go-version-file: 'go.mod'
22-
- uses: golangci/golangci-lint-action@v7
22+
- uses: golangci/golangci-lint-action@v8
2323
with:
24-
version: v2.0.1
24+
version: v2.1.6

0 commit comments

Comments
 (0)