Skip to content

Commit 7f00dd1

Browse files
authoredMar 13, 2025··
Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.0 to 6.5.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@2226d7c...4696ba8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d83c891 commit 7f00dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: "1.18.5"
2222

2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837
24+
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea
2525
with:
2626
version: v1.47.3
2727
args: --verbose --config .golangci.yaml

0 commit comments

Comments
 (0)
Please sign in to comment.