ubuntu下安装delve时报错"Error executing go [list -mod=vendor ./...]"如何处理?
时间:
2020-06-26 10:07:41
阅读:
175
评论:
收藏:
0
[点我收藏+]
- 详细错误报告如下:
Jello@localhost:~/.go/src/github.com/go-delve/delve$ make install
Error executing go [list -mod=vendor ./...]
2022/02/22 22:22:02 exit status 2
exit status 1
Makefile:10: recipe for target ‘install‘ failed
make: *** [install] Error 1
- 如何处理?
升级go的版本
ubuntu下安装delve时报错"Error executing go [list -mod=vendor ./...]"如何处理?
原文:https://www.cnblogs.com/dakewei/p/13193621.html