Skip to content

Commit bfa74d7

Browse files
authored
fix: run go get in conformance action (#33)
1 parent d7e1346 commit bfa74d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function run() {
4242

4343
// Install conformance client binary.
4444
runCmd(
45-
'go install github.com/GoogleCloudPlatform/functions-framework-conformance/client');
45+
'go get github.com/GoogleCloudPlatform/functions-framework-conformance/client');
4646

4747
// Run the client with the specified parameters.
4848
runCmd([

0 commit comments

Comments
 (0)