go-openvpn icon indicating copy to clipboard operation
go-openvpn copied to clipboard

make deps throw error

Open kalikaneko opened this issue 4 years ago • 2 comments

when following the readme, make deps throws a missing file error.

❯ make deps                                                                                                                                                                                                                                   
go get -u -d github.com/magefile/mage                                                                                                                                                                                                         
go run ./ci/mage.go -d ./ci deps                                                                                                                                                                                                              
stat ./ci/mage.go: no such file or directory                                                                                                                                                                                                  
make: *** [Makefile:16: deps] Error 1 

kalikaneko avatar Jun 28 '21 16:06 kalikaneko

Did you solve the issue? I am getting same error while building

jasirjasir avatar Jul 02 '21 06:07 jasirjasir

I am also getting the same error make deps go run ./ci/mage.go -d ./ci deps stat ./ci/mage.go: no such file or directory make: *** [deps] Error 1

nanduviswanathan avatar Jul 02 '21 06:07 nanduviswanathan