Skip to content

Commit

Permalink
fix: update golangci/golangci-lint-action since a deprecated warning …
Browse files Browse the repository at this point in the history
…occurs (go-ldap#474)

Co-authored-by: John Weldon <johnweldon4@gmail.com>
  • Loading branch information
2 people authored and gustavoluvizotto committed Apr 11, 2024
1 parent 13ecd9c commit 707a142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.2.0
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.0
only-new-issues: true

0 comments on commit 707a142

Please sign in to comment.