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

/{.github,go.mod}: bump go to 1.19 #1150

Merged
merged 3 commits into from
Aug 5, 2022
Merged

/{.github,go.mod}: bump go to 1.19 #1150

merged 3 commits into from
Aug 5, 2022

Conversation

coffeegoddd
Copy link
Contributor

No description provided.

sql/core.go Outdated
@@ -625,7 +625,8 @@ type Closer interface {

// RowReplacer is a combination of RowDeleter and RowInserter.
// TODO: We can't embed those interfaces because go 1.13 doesn't allow for overlapping interfaces (they both declare
// Close). Go 1.14 fixes this problem, but we aren't ready to drop support for 1.13 yet.
//
// Close). Go 1.14 fixes this problem, but we aren't ready to drop support for 1.13 yet.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some of these comments look bad now. need to find a way around the CI formatter, if that's what's causing these

Copy link
Contributor

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some of the comments are poorly formatted, i don't know why 1.19 does that, otherwise looks fine

@zachmu zachmu merged commit c7560b3 into main Aug 5, 2022
@Hydrocharged Hydrocharged deleted the db/bump-go branch October 13, 2022 12:50
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.

3 participants