Skip to content

Commit 86835b2

Browse files
authored
Merge pull request #886 from etcd-io/dependabot/github_actions/golangci/golangci-lint-action-6.2.0
build(deps): Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
2 parents 72adeb6 + 41a1050 commit 86835b2

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

0 commit comments

Comments
 (0)