You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tb.golangci-lint: $(TB_GOLANGCI_LINT)## Download golangci-lint locally if necessary.
42
42
$(TB_GOLANGCI_LINT): $(TB_LOCALBIN)
43
-
test -s $(TB_LOCALBIN)/golangci-lint || GOBIN=$(TB_LOCALBIN) go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$(TB_GOLANGCI_LINT_VERSION)
43
+
test -s $(TB_LOCALBIN)/golangci-lint || GOBIN=$(TB_LOCALBIN) go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(TB_GOLANGCI_LINT_VERSION)
44
44
.PHONY: tb.goreleaser
45
45
tb.goreleaser: $(TB_GORELEASER)## Download goreleaser locally if necessary.
0 commit comments