-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
- Loading branch information
1 parent
065168e
commit 04180d9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule go
updated
13 files
+4 −4 | .github/workflows/validate_examples.yaml | |
+4 −4 | examples/actor/README.md | |
+1 −1 | examples/actor/serving/main.go | |
+16 −15 | examples/go.mod | |
+44 −32 | examples/go.sum | |
+1 −1 | examples/service/client/main.go | |
+1 −1 | examples/service/config/binding.yaml | |
+17 −15 | go.mod | |
+47 −31 | go.sum | |
+4 −0 | service/common/type.go | |
+6 −0 | service/http/topic.go | |
+3 −1 | service/http/topic_test.go | |
+1 −1 | version/sdk-version |