Skip to content

Commit

Permalink
🐛 fix path to go provider (#410)
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad authored Dec 19, 2024
1 parent 5d8b3ad commit f79b9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func (p *GoProvider) GetConfigVolume(a *analyzeCommand, tmpDir string) (provider
"lspServerName": "generic",
"workspaceFolders": []string{fmt.Sprintf("file://%s", SourceMountPath)},
"dependencyProviderPath": "/usr/local/bin/golang-dependency-provider",
provider.LspServerPathConfigKey: "/root/go/bin/gopls",
provider.LspServerPathConfigKey: "/usr/local/bin/gopls",
},
},
},
Expand Down

0 comments on commit f79b9e5

Please sign in to comment.