Skip to content

Commit 005942d

Browse files
authored
Merge pull request #911 from etcd-io/dependabot/github_actions/golangci/golangci-lint-action-6.5.0
build(deps): Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0
2 parents 0f8947f + 1698251 commit 005942d

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
@@ -52,6 +52,6 @@ jobs:
5252
;;
5353
esac
5454
- name: golangci-lint
55-
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
55+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
5656
with:
5757
version: v1.63.4

.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@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
43+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
4444
with:
4545
version: v1.63.4
4646

0 commit comments

Comments
 (0)