unikraft / kraftkit

Build and use highly customized and ultra-lightweight unikernel VMs.
https://unikraft.org/docs/cli
BSD 3-Clause "New" or "Revised" License
204 stars 61 forks source link

refactor(Makefile): Use `go run` for possible tools #1649

Closed nderjung closed 1 month ago

nderjung commented 1 month ago

Use native go run for external tools which are used for static checks, tests and more. Remove installation-type targets.

Signed-off-by: Alexander Jung alex@unikraft.io

Prerequisite checklist

Description of changes