-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
undefined: sql.NullTime #1214
Comments
Please fill issue template https://github.com/go-sql-driver/mysql/blob/master/.github/ISSUE_TEMPLATE.md |
@paramjeetkumar7297470 - if your pipeline is using golang version 1.12 or lower, you must upgrade it to at least 1.13. |
Could we know the reason for this issue? Update |
@alimoli - please don't kill the messenger:). I just have the same issue few moments a go, and I saw the PR you are referring to was merged to the latest release. |
I am having the same issue with an automated build on circleci that is running version |
@chriskarlin |
You are correct. Was looking at the wrong file. |
See #960. Go 1.13 added This issue could be closed safely. |
github.com/go-sql-driver/mysql
../../github.com/go-sql-driver/mysql/nulltime.go:36:15: undefined: sql.NullTime
Makefile:14: recipe for target 'go-get-packages' failed
I was making build and started facing this problem. And I think, it is occur due to recent update in nulltime.go file.
Please help..
The text was updated successfully, but these errors were encountered: