mirror of https://github.com/dapr/quickstarts.git
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:
parent
f98a406064
commit
6871a0d96e
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue