-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: update to go 1.19 #252
feat: update to go 1.19 #252
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #252 +/- ##
=======================================
Coverage ? 81.61%
=======================================
Files ? 10
Lines ? 1142
Branches ? 0
=======================================
Hits ? 932
Misses ? 192
Partials ? 18 ☔ View full report in Codecov by Sentry. |
Why GO 1.19 and not go 1.20? |
90888e8
to
0438082
Compare
@Kavindu-Dodan we can't mark this as |
Good point. Yes I remember this happening before. Still I think conventional commit messages and titles are valuble. Shall we attempt this strategy where we can enforce release version through main branch commit - https://github.com/googleapis/release-please/tree/main?tab=readme-ov-file#how-do-i-change-the-version-number ? Otherwise I will revert the title :) |
0438082
to
a5467f8
Compare
Agree. I did not want to bump two major versions and this is why the update to 1.19. Soon I think we will update to 1.20 :) |
I think you should just revert the title, I think people will not be surprised to see this support drop and it will show up clearly in the release notes (just my 2c). |
People using GO are migrating easily to other version I am not sure a new major version is needed. |
Done ✅ |
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.
I don't feel too strongly in any direction, but I'm OK with releasing this and then upgrading again to 1.20 when 1.22 is released in Feb
@thomaspoignant agree and we are not making a major release. I have updated the title to avoid trigger this. Beside, I created #253 to track 1.20 upgrade. I think we should do this towards end of February 2024. |
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
a5467f8
to
cc68648
Compare
This PR
Update Go version from
1.18
to1.19
.Go 1.22 rc2 is alrady out and this is an attempt to gradually upgrade to go 1.20, keeping support for the last two major versions.