Skip to content

Commit 75ef86b

Browse files
authored
Merge pull request #901 from etcd-io/dependabot/github_actions/golangci/golangci-lint-action-6.3.2
build(deps): Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2
2 parents d151912 + 8653d65 commit 75ef86b

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@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
55+
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
5656
with:
5757
version: v1.61.0

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

0 commit comments

Comments
 (0)