-
Notifications
You must be signed in to change notification settings - Fork 63
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.com/elastic/go-sysinfo/providers/windows #150
Comments
一样,解决了吗? |
我发现了,之前的老项目,我运行没有这个报错,我新项目,go get后,运行就会有这个报错,不知道哪里的问题 |
我的老项目,用的是7.19,0的SDK,新项目,开始是7.21.0,报错,后来换成最新的7.25.0,还是报错,准备换成19版本了 |
确实,我刚刚使用19版本的正常了,其他不清楚,也不搞了 |
已解决,可能是项目中其他包引用了较低版本的 go-sysinfo 作为依赖。 |
一样遇到了这个问题,怎么解决呀? |
怎么使用之前的19版本,我每次换的时候自动给升级到7.25.0了 应该是uploader 这个在7.25.0才有,19版本应该是什么? |
|
手动get 19版本的包 |
uploader 我看官方文档,使用的这个包,这个是25有,但是19没有,用的那个包上传的? |
不清楚,反正我19版本也能上传七牛云,看你自己怎么写的了,其他我不清楚 |
可以贴一下上传代码吗? |
电脑不在旁边 |
好吧 |
C:\Users\Administrator\go\pkg\mod\github.com\elastic\[email protected]\providers\windows\process_windows.go:307:14: assignment mismatch: 2 variables but tokenUser.User.Sid.String returns 1 value
C:\Users\Administrator\go\pkg\mod\github.com\elastic\[email protected]\providers\windows\process_windows.go:316:15: assignment mismatch: 2 variables but tokenGroup.PrimaryGroup.String returns 1 value
sdk报错 go 1.22
The text was updated successfully, but these errors were encountered: