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.
go get
1 parent d7e1346 commit bfa74d7Copy full SHA for bfa74d7
action/src/index.ts
@@ -42,7 +42,7 @@ async function run() {
42
43
// Install conformance client binary.
44
runCmd(
45
- 'go install github.com/GoogleCloudPlatform/functions-framework-conformance/client');
+ 'go get github.com/GoogleCloudPlatform/functions-framework-conformance/client');
46
47
// Run the client with the specified parameters.
48
runCmd([
0 commit comments