-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v1.12' into endgame_v1.12_prep
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule dotnet
updated
72 files
Submodule go
updated
14 files
+35 −34 | .github/workflows/test-on-push.yaml | |
+2 −0 | .github/workflows/validate_examples.yaml | |
+23 −15 | .golangci.yml | |
+9 −0 | Makefile | |
+2 −3 | actor/manager/manager.go | |
+1 −0 | actor/state/actor_state_change_test.go | |
+1 −2 | client/actor.go | |
+6 −0 | client/client.go | |
+15 −0 | client/client_test.go | |
+129 −0 | client/metadata.go | |
+29 −0 | client/metadata_test.go | |
+8 −8 | examples/configuration/go.mod | |
+17 −17 | examples/configuration/go.sum | |
+2 −1 | service/internal/topicregistrar_test.go |
Submodule js
updated
8 files
Submodule python
updated
86 files