You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I used v1.2.5 and alway gone all right. But problems with time fields have appeared in 1.2.6.
I have this error pattern: line N: cannot unmarshal !!int `M` into time.Duration.
I have config same as:
type Config {
...
Timeout time.Duration `yaml:"timeout"`
...
}
The text was updated successfully, but these errors were encountered:
Hello, I used v1.2.5 and alway gone all right. But problems with time fields have appeared in 1.2.6.
I have this error pattern:
line N: cannot unmarshal !!int `M` into time.Duration
.I have config same as:
The text was updated successfully, but these errors were encountered: