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
Set custom GOTELEMETRY and GOTELEMETRYDIR via go env config file than system env vars , still no use.
What did you see happen?
go command forces use default GOTELEMETRYDIR and GOTELEMETRY, and ignores custom settings.
What did you expect to see?
As per the doc,
go command should respect GOTELEMETRYDIR and GOTELEMETRY env var settings.
The text was updated successfully, but these errors were encountered:
ChipZhang
changed the title
Go 1.23+ ignores GOTELEMETRY/GOTELEMETRYDIR env vars
Go 1.23+ ignores custom GOTELEMETRY/GOTELEMETRYDIR settings via env vars or go env config file
Mar 9, 2025
ChipZhang
changed the title
Go 1.23+ ignores custom GOTELEMETRY/GOTELEMETRYDIR settings via env vars or go env config file
Bug: Go 1.23+ ignores custom GOTELEMETRY/GOTELEMETRYDIR settings via env vars or go env config file
Mar 9, 2025
Go version
1.23.x, 1.24.x
Output of
go env
in your module/workspace:What did you do?
env|grep GOTELE
prints:go env | grep GOTELE
still prints:What did you see happen?
go command forces use default GOTELEMETRYDIR and GOTELEMETRY, and ignores custom settings.
What did you expect to see?
As per the doc,
go command should respect GOTELEMETRYDIR and GOTELEMETRY env var settings.
The text was updated successfully, but these errors were encountered: