mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-05 23:07:44 +00:00
Makefile: remove tsshd from depaware
I'd removed it from the GitHub actions checks before submitted earlier but forgot to update it here.
This commit is contained in:
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…
x
Reference in New Issue
Block a user