Makefile: remove tsshd from depaware
I'd removed it from the GitHub actions checks before submitted earlier but forgot to update it here.pull/749/head
parent
37b40b035b
commit
5a94317628
2
Makefile
2
Makefile
|
@ -7,12 +7,10 @@ vet:
|
|||
updatedeps:
|
||||
go run github.com/tailscale/depaware --update tailscale.com/cmd/tailscaled
|
||||
go run github.com/tailscale/depaware --update tailscale.com/cmd/tailscale
|
||||
go run github.com/tailscale/depaware --update tailscale.com/cmd/tsshd
|
||||
|
||||
depaware:
|
||||
go run github.com/tailscale/depaware --check tailscale.com/cmd/tailscaled
|
||||
go run github.com/tailscale/depaware --check tailscale.com/cmd/tailscale
|
||||
go run github.com/tailscale/depaware --check tailscale.com/cmd/tsshd
|
||||
|
||||
check: staticcheck vet depaware
|
||||
|
||||
|
|
Loading…
Reference in New Issue