-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Update go version to 1.18.1 #12808
Update go version to 1.18.1 #12808
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome 💯 ! Thanks for working on this 🥇 ; and congrats on your first PR 🎉 !!
I left some questions and nits; It looks like you're working with RB so I'll defer to him for final approval.
Things LGTM overall!!
@@ -288,3 +290,15 @@ func TestService_HasDefaultHTTPResolverFromAddr(t *testing.T) { | |||
require.NoError(t, err) | |||
require.Equal(t, expected, got) | |||
} | |||
|
|||
func getSubjects(cp *x509.CertPool) string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe drop a TODO here for the future to reevaluate the kind of comparison we should do here.
🍒 If backport labels were added before merging, cherry-picking will start automatically. To retroactively trigger a backport after merging, add backport labels and re-run https://circleci.com/gh/hashicorp/consul/642045. |
🍒✅ Cherry pick of commit 95250e7 onto |
Updates to facilitate Go 1.18. Highlights on Changes:
Deprecations:
x509.CertPool.Subjects()
Strings.Title()