Skip to content

Commit c65a2cf

Browse files
ci: bump golangci/golangci-lint-action from 6.1.0 to 6.2.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ef1976 commit c65a2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# NOTE: Using the official golangci-lint GitHub Action should give
6262
# better performance than manually installing golangci-lint and running
6363
# 'make lint-go'.
64-
uses: golangci/golangci-lint-action@v6.1.0
64+
uses: golangci/golangci-lint-action@v6.2.0
6565
with:
6666
version: v1.56
6767
# Always run this step so that all linting errors can be seen at once.

0 commit comments

Comments
 (0)