Skip to content

Commit

Permalink
Pin golangci-lint for Go v1.20
Browse files Browse the repository at this point in the history
This changes pins golangci-lint to v1.55.2 for Go v1.20 to resolve CI
issues where golangci-lint v1.56.1 requires Go v1.21 or higher.

Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Feb 11, 2024
1 parent 365fa41 commit a32e6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ install.tools: $(TOOLS:%=.install.%)
case "$$(go env GOVERSION)" in \
go1.18.*) go install github.com/golangci/golangci-lint/cmd/[email protected];; \
go1.19.*) go install github.com/golangci/golangci-lint/cmd/[email protected];; \
go1.20.*) go install github.com/golangci/golangci-lint/cmd/[email protected];; \
*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest;; \
esac

Expand Down

0 comments on commit a32e6c3

Please sign in to comment.