-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
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
Add Go 1.20 Compatibility #1035
Conversation
@AlCutter There are staticcheck warning messages for Should we temporarily create the golangci-lint exclude rule with SA1019 and these two files? There is no way to retrieve the automatically generated seed in Go 1.20. If we use the recommended
|
f9fa48b
to
2cfb74b
Compare
The cloud build starts using Go 1.20. The changes below are necessary to support Go 1.20.
rand.Seed
in trillian/integrationChecklist