-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
For parsing AST, we use lib called "packages", is go stdlib from x
Currently this lib requre all go installation in host, so it platform dependant thing.
And most horrible, we need to include all GO setup inside docker release images.
In this ticket, we need at least remove all not needed files from go18-buster image and reduce linter size
and at most, replace packages.Load for something else.
read more: