diff --git a/config/config.go b/config/config.go index 04ac401..476f6cb 100644 --- a/config/config.go +++ b/config/config.go @@ -18,7 +18,7 @@ var OldGoZeroVersion = []string{"v1.6.0", "v1.6.1", "v1.6.2", "v1.6.3", "v1.6.4" const DefaultToolVersion = "v1.7.0" // GoctlsVersion is goctls version -const GoctlsVersion = "v1.8.8" +const GoctlsVersion = "v1.8.9" // CoreVersion is the core service version. const CoreVersion = "v1.5.5"