Skip to content

Commit de0391c

Browse files
build(deps): bump golangci/golangci-lint-action from 6 to 7 (#760)
* build(deps): bump golangci/golangci-lint-action from 6 to 7 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]> * refactor(.golangci.yaml): Update linters and configurations 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 808c3a7 commit de0391c

File tree

3 files changed

+155
-331
lines changed

3 files changed

+155
-331
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@v6
22+
- uses: golangci/golangci-lint-action@v7
2323
with:
24-
version: v1.64.5
24+
version: v2.0.1

0 commit comments

Comments
 (0)