diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9d8f23c1a3..42fb38c9c4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: go.sum - uses: golangci/golangci-lint-action@v3.7.0 with: - version: v1.54.2 + version: v1.55.2 args: --timeout 10m github-token: ${{ secrets.github_token }} if: env.GIT_DIFF diff --git a/README.md b/README.md index c0eb99274c..da2f54d447 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ If you'd rather not install from source, you can download a pre-built binary fro
-Optional: Verify the pre-built binary checksums and signatures +Optional: Verify the pre-built binary checksums and signatures If you use a pre-built binary, you may also want to verify the checksums and signatures. @@ -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 ``` +
### Ledger Support @@ -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)