Skip to content

Commit

Permalink
chore(deps): Bump golangci-lint to v1.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 30, 2023
1 parent 35b76bf commit 01a2bef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go.sum
- uses: golangci/[email protected]
with:
version: v1.54.2
version: v1.55.2
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: env.GIT_DIFF
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you'd rather not install from source, you can download a pre-built binary fro
<details>
<summary>
Optional: Verify the pre-built binary checksums and signatures
Optional: Verify the pre-built binary checksums and signatures
</summary>
If you use a pre-built binary, you may also want to verify the checksums and signatures.
Expand Down Expand Up @@ -99,6 +99,7 @@ If you use a pre-built binary, you may also want to verify the checksums and sig
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: BF02 F32C C368 6456 0B90 B764 D469 F859 693D C3FA
```
</details>
### Ledger Support
Expand Down Expand Up @@ -146,7 +147,7 @@ This repo attempts to conform to [conventional commits](https://www.conventional
### Tools
1. Install [golangci-lint](https://golangci-lint.run/usage/install/)
1. Install [golangci-lint](https://golangci-lint.run/usage/install/) 1.55.2
1. Install [markdownlint](https://github.com/DavidAnson/markdownlint)
1. Install [hadolint](https://github.com/hadolint/hadolint)
1. Install [yamllint](https://yamllint.readthedocs.io/en/stable/quickstart.html)
Expand Down

0 comments on commit 01a2bef

Please sign in to comment.