When i ran installation command "go install github.com/square/certigo" into my ubuntu terminal inside certigo directory ,it gives below errors.
github.com/square/certigo/lib
lib/ct.go:32:25: undefined: time.UnixMilli
lib/ocsp.go:151:17: undefined: io.ReadAll
There is no information to resolve this error on google.Please guide how can i resolve this error ?
When i ran installation command "go install github.com/square/certigo" into my ubuntu terminal inside certigo directory ,it gives below errors.
github.com/square/certigo/lib
lib/ct.go:32:25: undefined: time.UnixMilli
lib/ocsp.go:151:17: undefined: io.ReadAll
There is no information to resolve this error on google.Please guide how can i resolve this error ?