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

Mismatch between go version #271

Open
remyleone opened this issue Apr 17, 2023 · 0 comments
Open

Mismatch between go version #271

remyleone opened this issue Apr 17, 2023 · 0 comments

Comments

@remyleone
Copy link

tfproviderlint and terraform-plugin-sdk Version

$  tfproviderlint -version
tfproviderlint v0.29.0

$  go mod graph | cut -d' ' -f 1 | grep terraform-plugin-sdk | uniq 
github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1


$ tfproviderlint run ./...
-: package run is not in GOROOT (/usr/local/Cellar/go/1.20.3/libexec/src/run)
-: This application uses version go1.19 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.
tfproviderlint: 2 errors during loading

Expected Behavior

What should have happened?

Actual Behavior

What actually happened?

References

  • Links if you have any!
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

1 participant