mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-31 21:55:34 +02:00
docs: clarify lack of vcs info when building from proxy
closes #3491 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
1447ac8259
commit
10586bdba7
www/docs
@ -90,7 +90,8 @@ You can also use `go version -m my_program` to display the go module information
|
|||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
1. Extra files will still be copied from the current project's root folder and not from the proxy cache;
|
1. Extra files will still be copied from the current project's root folder and not from the proxy cache;
|
||||||
1. You can't build packages that are not contained in the main module.
|
1. You can't build packages that are not contained in the main module;
|
||||||
|
1. VCS info will not be available.
|
||||||
|
|
||||||
## More information
|
## More information
|
||||||
|
|
||||||
|
@ -46,4 +46,8 @@ gomod:
|
|||||||
You can use `debug.ReadBuildInfo()` to get the version/checksum/dependencies
|
You can use `debug.ReadBuildInfo()` to get the version/checksum/dependencies
|
||||||
of the module.
|
of the module.
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
VCS Info will not be embedded in the binary, as in practice it is not being
|
||||||
|
built from the source, but from the Go Mod Proxy.
|
||||||
|
|
||||||
[vgo]: https://research.swtch.com/vgo-repro
|
[vgo]: https://research.swtch.com/vgo-repro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user