We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
What version of Go are you using (go version)?
go version
Sorry, something went wrong.
It is go 1.13.
Now i upgrade it to go 1.19,but still get no results.When i type certigo i didn't recognize it.
It is go 1.19 now,previously go 1.13 also checked but not worked.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: