This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 360
Datree fails when installing with brew #159
Labels
bug
Something isn't working
Comments
6 tasks
Related to this PR: Homebrew/homebrew-core#84484 |
What happens when you run |
I can actually reproduce this on my Mojave machine. 🤔 |
I believe this is related to golang/go#45702 (which we have fixed bunch when we did the go 1.17 upgrade) |
let me give 0.11.0 release a try in my local. |
I filed a patch PR, I have verified it fixed my issue on my Mojave machine.
|
dimabru
pushed a commit
that referenced
this issue
Sep 5, 2021
closes #159 closes Homebrew/homebrew-core#84484 Signed-off-by: Rui Chen <rui@chenrui.dev>
dimabru
pushed a commit
that referenced
this issue
Sep 5, 2021
* feat: remove commits by travis during builds * fix: bump travis version * build: update x/sys to support go 1.17 (#160) closes #159 closes Homebrew/homebrew-core#84484 Signed-off-by: Rui Chen <rui@chenrui.dev> * feat: bump version Co-authored-by: rui <rui@chenrui.dev>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Any
datree
command failsTo Reproduce
Steps to reproduce the behavior:
brew install datree
datree
Expected behavior
Expecting
datree
to workDesktop (please complete the following information):
Datree version (run
datree verion
):Additional context
I suspect this is because of go versioning issues during go build flow in homebrew-core. datree is not building well with version 1.17 and it looks like the default build is using 1.17 version
https://github.com/Homebrew/homebrew-core/blob/master/Formula/datree.rb
The text was updated successfully, but these errors were encountered: