Skip to content

Commit afed52c

Browse files
build(deps): bump golangci/golangci-lint-action from 3.3.1 to 6.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 6.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.3.1...v6.1.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e6431a commit afed52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
**/**.go
2626
go.mod
2727
go.sum
28-
- uses: golangci/golangci-lint-action@v3.3.1
28+
- uses: golangci/golangci-lint-action@v6.1.0
2929
with:
3030
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3131
version: latest

0 commit comments

Comments
 (0)