Skip to content

Commit

Permalink
chore(deps): upgrade golangci-lint to v1.54.2 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez authored Sep 15, 2023
1 parent e01c906 commit 20a3cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
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.48
version: v1.54.2
args: --timeout=5m --modules-download-mode=mod
skip-pkg-cache: true

0 comments on commit 20a3cdc

Please sign in to comment.