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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
tfproviderlint and terraform-plugin-sdk Version
$ tfproviderlint -version0.30.0
$ go mod graph | cut -d'' -f 1 | grep terraform-plugin-sdk | uniq
Thank you for raising this, @stefanb! While I didn't submit this as a formula into Homebrew core, I appreciate its already there and want to help unblock the go formula upgrade. I'll see if bumping golang.org/x/tools is enough, but otherwise, I personally don't have any opinions on whether its better or worse to pin it back to 1.23.
This project also is getting close to being archived, if I'm being honest, and if that sways any handling of it in Homebrew core.
I've cut https://github.com/bflad/tfproviderlint/releases/tag/v0.31.0 with that upgrade (along with bumping the minimum to Go 1.22). I'll leave this open until we can confirm Go 1.24 is working as expected -- unfortunately I cannot do that this moment.
Community Note
tfproviderlint and terraform-plugin-sdk Version
Affected Check(s) or Function(s)
Expected Behavior
Build with Go 1.24 should succeed
Actual Behavior
Build failed.
Log from https://github.com/Homebrew/homebrew-core/actions/runs/13269964591/job/37049618249#step:3:19398 :
References
tfproviderlint/go.mod
Line 7 in 031f7d1
For Go 1.24 compatibility the
golang.org/x/tools
module should be bumped to v0.30.0 - https://github.com/golang/tools/releases/tag/v0.30.0The text was updated successfully, but these errors were encountered: