Skip to content

Commit

Permalink
🐛 update go provider (#411)
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 fec30f0 commit 35ddf75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ func (a *analyzeCommand) getConfigVolumes() (map[string]string, error) {
"lspServerName": "generic",
"workspaceFolders": []string{fmt.Sprintf("file://%s", otherProvsMountPath)},
"dependencyProviderPath": "/usr/local/bin/golang-dependency-provider",
provider.LspServerPathConfigKey: "/root/go/bin/gopls",
provider.LspServerPathConfigKey: "/usr/local/bin/gopls",
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/testing/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var defaultProviderConfig = []provider.Config{
AnalysisMode: provider.FullAnalysisMode,
ProviderSpecificConfig: map[string]interface{}{
"lspServerName": "generic",
provider.LspServerPathConfigKey: "/root/go/bin/gopls",
provider.LspServerPathConfigKey: "/usr/local/bin/gopls",
"lspServerArgs": []string{},
"dependencyProviderPath": "/usr/local/bin/golang-dependency-provider",
},
Expand Down

0 comments on commit 35ddf75

Please sign in to comment.