Skip to content

Commit

Permalink
crypto/signer/verifier
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Nosov <[email protected]>
  • Loading branch information
Viktor Nosov committed Jun 25, 2024
1 parent 1bc6c8c commit ea70e87
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 @@ -20,7 +20,7 @@ jobs:
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.52
version: v1.59.1

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand All @@ -29,7 +29,7 @@ jobs:
args: --exclude SA1019

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
only-new-issues: true

# Optional: if set to true then the action will use pre-installed Go
# skip-go-installation: true

0 comments on commit ea70e87

Please sign in to comment.