Érico Rolim 24076327ba common/build-style: check if go_import_path matches go.mod.
Without this check, calling `go install` with a wrong go_import_path
might end up downloading the source code for said package (using git,
for example), instead of building from the provided tarball. The first
line of go.mod should be "module $go_import_path" for Go to not try and
download source code instead of using what it has locally.

Fixes #27690.
2023-06-26 00:55:36 -04:00
..
2023-05-10 20:18:09 +07:00
2022-09-06 22:55:29 +07:00
2022-03-01 16:06:41 +01:00
2023-06-26 00:12:25 +02:00