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
Starting with Go 1.18, the go command embeds information about the build which can be retrieved using runtime/debug.ReadBuildInfo for the current binary.
We can use that information to provide a possibly better automatic release detection functionality and to augment the metadata sent along with events.
Starting with Go 1.18, the
go
command embeds information about the build which can be retrieved usingruntime/debug.ReadBuildInfo
for the current binary.We can use that information to provide a possibly better automatic release detection functionality and to augment the metadata sent along with events.
References:
The text was updated successfully, but these errors were encountered: