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

Build fail, error in db.go #63

Closed
ghost opened this issue Jul 7, 2021 · 1 comment
Closed

Build fail, error in db.go #63

ghost opened this issue Jul 7, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 7, 2021

Hi ,
I have a github action in my project that checks if build is success or not.
This action is throwing me this error:

./../go/pkg/mod/github.com/uptrace/bun@v0.2.14/db.go:417:39: row.Err undefined (type *sql.Row has no field or method Err)

And in bun repo

bun/db.go

Line 275 in 24e0fb3

c.db.afterQuery(ctx, event, nil, row.Err())

I think this is a bug in bun , though project is running fine in my system

@ghost
Copy link
Author

ghost commented Jul 7, 2021

Ok sorry there was a note in logs to update Go to 1.16.

After update to 1.16 from 1.14.2 in github action. Action passed.

Though it failed with 1.14.2 version.

closing this

@ghost ghost closed this as completed Jul 7, 2021
This issue was closed.
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

No branches or pull requests

0 participants