vulnapi icon indicating copy to clipboard operation
vulnapi copied to clipboard

[+] Added Makefile + Checking script for Go version

Open I-S-Tech opened this issue 11 months ago • 2 comments

These commits add :

  • Makefile
  • scripts/verify_go_version.rb

In order to compile in a more "usual" way: running make will check for dependencies and build the project.

Require Ruby in order to check the Go version.

Notes:

  • make only works on linux.
  • Minimum Go version have been set to go1.23.0. You can change this within the Makefile itself.

I-S-Tech avatar Nov 15 '24 10:11 I-S-Tech