Update README.md

This commit is contained in:
Dor 2023-02-14 08:53:33 +02:00 committed by GitHub
parent 83f102d566
commit 7c560fac7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,9 @@ jobs:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.29 version: v1.29
# Optional: URL of a custom golangci-lint build to use. If not provided, an asset will be automatically chosen from the official repo.
asset-url: https://example.com/golangci-lint/release.tgz
# Optional: working directory, useful for monorepos # Optional: working directory, useful for monorepos
# working-directory: somedir # working-directory: somedir