Go: Disable telemetry collection and uploading

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-08-27 12:00:27 +02:00
parent 4cd9a7c2a7
commit 8b1c8431ef

View File

@@ -64,4 +64,8 @@ echo "Adding symbolic links for go and gofmt."
ln -sf /usr/local/go/bin/go /usr/local/bin/go
ln -sf /usr/local/go/bin/gofmt /usr/local/bin/gofmt
# Disable Go telemetry, see https://go.dev/doc/telemetry.
echo "Disabling telemetry collection and uploading."
go telemetry off
echo "Done."