Change DefaultImage to micro/go-micro

This commit is contained in:
Milos Gajdos 2019-11-19 20:49:01 +00:00
parent d6e97c5970
commit 94d409b180
No known key found for this signature in database
GPG Key ID: 8B31058CC55DFD4F

View File

@ -17,7 +17,7 @@ const (
var (
// DefaultImage is default micro image
DefaultImage = "micro/micro"
DefaultImage = "micro/go-micro"
// ServiceRegexp is used to validate service name
ServiceRegexp = regexp.MustCompile("^" + dns1123LabelFmt + "$")
)