You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since go1.12 we can get the version from runtime/debug for the main module (gitea itself) and also submodules (lib) we are using. golang/go@45e9c55
So when we will only support 1.12 and 1.13 we could migrate to this system and clear some makefile and also wiil fix #4782 since we will not rely on env variable.
The text was updated successfully, but these errors were encountered:
This isn't the same. I suggest to use the fact that the module version (tag) is now available when building with mod. This will remove any need for a lot of line in makefile.
Since go1.12 we can get the version from runtime/debug for the main module (gitea itself) and also submodules (lib) we are using. golang/go@45e9c55
So when we will only support 1.12 and 1.13 we could migrate to this system and clear some makefile and also wiil fix #4782 since we will not rely on env variable.
The text was updated successfully, but these errors were encountered: