Skip to content

Commit

Permalink
Update linter versions (spiffe#3831)
Browse files Browse the repository at this point in the history
The latest image version of markdownlint-cli supports arm64
architectures, which is useful for running the linter locally on
ARM-based Macs.

Bump golangci-lint version to latest while we're at it.

Signed-off-by: Ryan Turner <[email protected]>
  • Loading branch information
rturner3 authored Feb 7, 2023
1 parent 0b91ce2 commit 805abfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ endif

go_path := PATH="$(go_bin_dir):$(PATH)"

golangci_lint_version = v1.50.0
golangci_lint_version = v1.51.1
golangci_lint_dir = $(build_dir)/golangci_lint/$(golangci_lint_version)
golangci_lint_bin = $(golangci_lint_dir)/golangci-lint
golangci_lint_cache = $(golangci_lint_dir)/cache

markdown_lint_version = v0.32.2
markdown_lint_version = v0.33.0
markdown_lint_image = ghcr.io/igorshubovych/markdownlint-cli:$(markdown_lint_version)

protoc_version = 3.20.1
Expand Down

0 comments on commit 805abfc

Please sign in to comment.