vulnapi
                                
                                
                                
                                    vulnapi copied to clipboard
                            
                            
                            
                        [+] Added Makefile + Checking script for Go version
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:
makeonly works on linux.- Minimum Go version have been set to go1.23.0. You can change this within the Makefile itself.