Fix go module
This commit is contained in:
@@ -40,7 +40,7 @@ pub fn run_go(base_dirs: &BaseDirs, run_type: RunType) -> Result<()> {
|
|||||||
run_type
|
run_type
|
||||||
.execute(&go)
|
.execute(&go)
|
||||||
.args(&["get", "-u", "all"])
|
.args(&["get", "-u", "all"])
|
||||||
.env_remove("GO111MODLE")
|
.env_remove("GO111MODULE")
|
||||||
.check_run()
|
.check_run()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user