You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i run go install github.com/ofabry/go-callvis@master and go-callvis cmd
but get NewFileSet not declared by package token -: This application uses version go1.17 of the source-processing packages but runs version go1.20 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go. 2023/05/17 20:44:41 packages contain errors
how I can fix it?
mac.os 12.6 go1.20.4 darwin/amd64
The text was updated successfully, but these errors were encountered:
i run
go install github.com/ofabry/go-callvis@master
andgo-callvis cmd
but get
NewFileSet not declared by package token -: This application uses version go1.17 of the source-processing packages but runs version go1.20 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go. 2023/05/17 20:44:41 packages contain errors
how I can fix it?
mac.os 12.6 go1.20.4 darwin/amd64
The text was updated successfully, but these errors were encountered: