Go build not needed for `go run` (#897)

As we use the `go run app.go` command, we do not need to prebuild.

Signed-off-by: Eamonn Mc <8000237+emctl@users.noreply.github.com>
This commit is contained in:
Eamonn Mc 2023-09-08 23:56:39 +01:00 committed by GitHub
parent f98a406064
commit 6871a0d96e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -52,18 +52,6 @@ working_dir: "./go"
<!-- END_STEP -->
<!-- STEP
name: "Build go app"
working_dir: "./go"
-->
- Build the app. Run:
```bash
go build .
```
<!-- END_STEP -->
<!-- STEP
expected_stdout_lines:
- "You're up and running! Both Dapr and your app logs will appear here."