@@ -21,7 +21,7 @@ steps:
repo: sghharbor.com/sghblog-project/authorization-client
registry: sghharbor.com
tags:
- - v1.0.0
+ - v1.0.1
# - name: ssh commands
# image: appleboy/drone-ssh:1.6.13
# settings:
@@ -1,7 +1,6 @@
package main
import (
- "fmt"
mgrpc "github.com/go-micro/plugins/v4/client/grpc"
"github.com/go-micro/plugins/v4/registry/consul"
mhttp "github.com/go-micro/plugins/v4/server/http"
@@ -71,7 +70,6 @@ func main() {
),
}
if cfg := config.Tracing(); cfg.Enable {
- fmt.Println("加入")
tp, err := tracing.NewTracerProvider(name, version, srv.Server().Options().Id, cfg.Jaeger.URL)
if err != nil {
logger.Fatal(err)