Skip to content

Commit 061cba3

Browse files
committed
Fix golangci-lint install on older versions of Go
Signed-off-by: Brandon Mitchell <[email protected]>
1 parent 3131ecd commit 061cba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ install.tools: $(TOOLS:%=.install.%)
121121
.install.lint:
122122
case "$$(go env GOVERSION)" in \
123123
go1.18.*) go install github.com/golangci/golangci-lint/cmd/[email protected];; \
124+
go1.19.*) go install github.com/golangci/golangci-lint/cmd/[email protected];; \
124125
*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest;; \
125126
esac
126127

0 commit comments

Comments
 (0)