Skip to content

Commit 61bca27

Browse files
committed
comment out gh auth login
1 parent 2821abc commit 61bca27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/versioned_docs/version-v0.50.x/01-setup/01-system-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ Install [VSCode](https://code.visualstudio.com/download) if you do not already h
110110

111111
# (optional) Github CLI - https://github.com/cli/cli
112112
curl -sS https://webi.sh/gh | sh
113-
gh auth login
113+
# gh auth login
114114

115115
# Golang
116-
GO_VERSION=1.23.0
116+
GO_VERSION=1.23.9
117117
wget https://go.dev/dl/go$GO_VERSION.linux-amd64.tar.gz
118118
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go$GO_VERSION.linux-amd64.tar.gz
119119

0 commit comments

Comments
 (0)