Skip to content

Commit 914ccef

Browse files
authored
Merge pull request #927 from etcd-io/dependabot/github_actions/golangci/golangci-lint-action-6.5.1
build(deps): Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
2 parents d21c89f + 99c51dc commit 914ccef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
;;
5151
esac
5252
- name: golangci-lint
53-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
53+
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
5454
with:
5555
version: v1.64.5

.github/workflows/tests_windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
esac
4141
shell: bash
4242
- name: golangci-lint
43-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
43+
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
4444
with:
4545
version: v1.64.5
4646

0 commit comments

Comments
 (0)