mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Go: Test go command by showing installed version in install-go.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
2eed5bddcd
commit
f782cb35e5
1 changed files with 3 additions and 3 deletions
6
scripts/dist/install-go.sh
vendored
6
scripts/dist/install-go.sh
vendored
|
|
@ -64,8 +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
|
||||
# Test go command by showing installed Go version. Telemetry in Go >= 1.23 should be set to "off" in
|
||||
# ~/.config/go/telemetry, see https://go.dev/doc/telemetry. You can otherwise run "go telemetry off".
|
||||
go version
|
||||
|
||||
echo "Done."
|
||||
Loading…
Add table
Add a link
Reference in a new issue