Skip to content

Commit

Permalink
Bump golangci-lint version to v1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp authored and siniStar7 committed Sep 7, 2022
1 parent 570866d commit ac73ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.29
version: v1.48.0

0 comments on commit ac73ec0

Please sign in to comment.