Skip to content
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

feat: update to Go 1.18 #1014

Merged
merged 3 commits into from
Sep 9, 2022
Merged

Conversation

noahdietz
Copy link
Collaborator

@noahdietz noahdietz commented Sep 8, 2022

Upgrades to Go 1.18. An upgrade to Go 1.19 can be done later in conjunction with any gofmt changes introduced by it (there were minor formatting changes introduced in 1.19).

Go runtime version updates are shipped in minor releases per the README.md.

@noahdietz noahdietz requested a review from a team as a code owner September 8, 2022 20:48
gcf-merge-on-green bot pushed a commit that referenced this pull request Sep 8, 2022
Use of `strings.Title` which was deprecated in Go 1.18 is causing the `golint` target to fail for #1014. So this updates `strings.Title` to `cases.Title`.
@noahdietz
Copy link
Collaborator Author

Ready for review now.

@noahdietz noahdietz merged commit e452247 into googleapis:main Sep 9, 2022
@noahdietz noahdietz deleted the upgrade-go-118 branch September 9, 2022 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants