-
Notifications
You must be signed in to change notification settings - Fork 505
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
Compilation error #745
Comments
+1 |
I got the same error when installing go-mssqldb (one of my modules requires it). |
+1 |
so am I. I got the same error. |
Using |
+1, |
What's your go version? |
GOVERSION="go1.18.2" |
+1 |
Added a PR to fix this: #746. Can anyone from the maintainers team approve/merge this please? |
+1 |
Is it tagged? I don't see a new tag yet, and that's what the go toolchain is looking for... |
Now tagged. v0.12.1 |
@kardianos - I am still noticing the error with
|
You're correct. That PR was broken. I committed a working version.
…On Thu, May 19, 2022 at 11:03 AM Abdul Rabbani ***@***.***> wrote:
@kardianos <https://github.com/kardianos> - I am still noticing the error
with v0.12.1 and go version: 1.18.2:
Error: ***@***.***/token.go:790:79: cannot use info.Message (variable of type Message) as type string in struct literal
—
Reply to this email directly, view it on GitHub
<#745 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFYLMLWQGMLMMFMUB2HP3LVKZQ4BANCNFSM5WJR5XJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I appreciate the speedy fix :D |
Describe the bug
Hi there,
Your module requires github.com/golang-sql/sqlexp
This module had no go.mod file until now, and one was added today (https://github.com/golang-sql/sqlexp/blob/master/go.mod) for go 1.16.
After running
go get -u ./...
on my module (which requires yours) I saw:Trying to build my module, I get the following compilation error:
To Reproduce
See above.
Expected behavior
Code that compiles. Thank you!
Further technical details
Operating system: Ubuntu 20.04.4
Golang version: go1.18.2 linux/amd64
Additional context
N/A
The text was updated successfully, but these errors were encountered: