This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
from b9396482 mod tidy
new 3ea74336 update helloworld
new a52b2ec1 mod tidy
new da748210 update action
new fa21758e update action
new 15b25ba5 update action
new 70e117e6 run lint in a separate workflow
new 02e78222 try switch version
new 1d37e0e7 try skip cache
new c9066221 add lint configuration
new 130ce8f4 fix lint
new 10ad2ec4 fix lint
new 86ac131d Merge pull request #650 from chickenlj/update-helloworld
The 749 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 | 5 --
.github/workflows/golangci-lint.yml | 55 +++++++++++++++++++
.golangci.yml | 63 ++++++++++++++++++++++
.../configcenter/nacos/go-client/cmd/client.go | 4 +-
.../configcenter/zookeeper/go-client/cmd/client.go | 4 +-
helloworld/client/main.go | 2 +-
helloworld/proto/greettriple/greet.triple.go | 21 ++++++--
.../tests/integration/helloworld_test.go | 2 +-
8 files changed, 141 insertions(+), 15 deletions(-)
create mode 100644 .github/workflows/golangci-lint.yml
create mode 100644 .golangci.yml