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 (#474)

Co-authored-by: John Weldon <johnweldon4@gmail.com>
  • Loading branch information
t2y and johnweldon authored Nov 21, 2023
1 parent 12f15cc commit f021281
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 f021281

Please sign in to comment.