Skip to content

Commit 353dd97

Browse files
chore: bump golangci/golangci-lint-action from 4.0.0 to 6.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4.0.0...v6.0.0) --- 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]>
1 parent 85f92bf commit 353dd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
-
1515
name: lint
16-
uses: golangci/golangci-lint-action@v4.0.0
16+
uses: golangci/golangci-lint-action@v6.0.0
1717
with:
1818
version: v1.42.1
1919
# optional: show only new issues if it's a pull request. The default value is `false`.

0 commit comments

Comments
 (0)