Skip to content

Commit 707a142

Browse files
t2yjohnweldon
authored andcommitted
fix: update golangci/golangci-lint-action since a deprecated warning occurs (go-ldap#474)
Co-authored-by: John Weldon <johnweldon4@gmail.com>
1 parent 13ecd9c commit 707a142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v3
4949
- name: golangci-lint
50-
uses: golangci/golangci-lint-action@v3.2.0
50+
uses: golangci/golangci-lint-action@v3
5151
with:
5252
version: v1.50.0
5353
only-new-issues: true

0 commit comments

Comments
 (0)