Skip to content

Commit

Permalink
Add: go link for latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Feb 20, 2024
1 parent d629a9f commit a6bc545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions install-virtualenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cd /opt/go/sdk
ln -sf $GO1_15 go1.15
ln -sf $GO1_20 go1.20
ln -sf $GO1_22 go1.22
ln -sf $GO1_22 go

# vscode golang tools, build with latest golang
# https://github.com/golang/vscode-go/blob/master/docs/tools.md
Expand Down
2 changes: 1 addition & 1 deletion settings/remote-ssh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"go.goroot": "/opt/go/sdk/go1.21",
"go.goroot": "/opt/go/sdk/go",
"go.gopath": "/root/.go",
"go.toolsEnvVars": {
"GOBIN": "/opt/go/bin"
Expand Down

0 comments on commit a6bc545

Please sign in to comment.