You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by zh...@apache.org on 2021/11/24 09:32:18 UTC

[dubbo-go] branch 3.0 updated (03cf5fd -> 1c92dde)

This is an automated email from the ASF dual-hosted git repository.

zhaoyunxing pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from 03cf5fd  fix: nacos method key (#1608)
     new 7b6ec92  add:go imports tool
     new 39552b2  up:go version
     new d1d8c84  up:go path
     new 3692b68  up:imports version
     new ceabbc6  rm cache
     new 39026d6  add improts fmt
     new 16d0915  fmt
     new 34f2d44  fmt
     new 0d942ff  fmt path
     new 47be96e  fmt
     new 1ed602f  up imports version
     new 89d6043  Merge remote-tracking branch 'upstream/3.0' into imports-ci
     new a9a43e1  fmt
     new 1c92dde  Merge pull request #1602 from zhaoyunxing92/imports-ci

The 8212 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/github-actions.yml        | 14 +++++++++++++-
 common/config/environment_test.go           |  1 +
 config/registry_config_test.go              |  1 +
 config_center/apollo/impl_test.go           |  1 +
 config_center/configurator/override_test.go |  1 +
 filter/auth/accesskey_storage.go            |  5 ++++-
 filter/hystrix/filter_test.go               |  1 +
 metadata/service/local/service.go           |  1 +
 protocol/dubbo/dubbo_codec.go               |  1 +
 protocol/dubbo/hessian2/hessian_response.go |  1 +
 protocol/dubbo/impl/serialize.go            |  1 +
 protocol/invocation/rpcinvocation_test.go   |  1 +
 registry/event_test.go                      |  1 +
 remoting/codec.go                           |  1 +
 remoting/exchange.go                        |  1 +
 remoting/exchange_client.go                 |  1 +
 remoting/exchange_server.go                 |  1 +
 remoting/getty/dubbo_codec_for_test.go      |  1 +
 remoting/getty/readwriter_test.go           |  1 +
 19 files changed, 34 insertions(+), 2 deletions(-)