We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028c281 commit ef3f249Copy full SHA for ef3f249
src/Module/Velox/Internal/DependencyChecker.php
@@ -66,7 +66,7 @@ public function prepareGolang(): Binary
66
$binaryConfig->versionCommand = 'version';
67
68
# Find Golang binary
69
- $binary = $this->binaryProvider->getGlobalBinary($binaryConfig, 'Go') ?? throw new DependencyException(
+ $binary = $this->binaryProvider->getGlobalBinary($binaryConfig, 'go') ?? throw new DependencyException(
70
'Go (golang) binary not found. Please install Go or ensure it is in your PATH.',
71
dependencyName: self::GOLANG_BINARY_NAME,
72
);
0 commit comments