Proposal: Remove the logic of using VERSION file to generate gop version
or move it as the second choice after git tag
#1702
Labels
gop version
or move it as the second choice after git tag
#1702
Proposal
I am thinking that building source code without
git
installed should be pretty race scenario? if so, we can remove such logic since keeping it updated can be quite cumbersome.Or move it as the second choice after git tag.
Background
The content of VERSION file is still
v1.2.0-pre.1
now, which will result wrong version for gop if installing from source. Based on this logic:gop/cmd/make.go
Line 482 in 1d25500
Related Logs:
Workarounds
Remove VERSION file, and Run
./all.bash
again, we can get the correct gop version asThe text was updated successfully, but these errors were encountered: