It is impossible to build quarks-operator master
Closed this issue · 1 comments
mook-as commented
Describe the bug
The current master
can't be built at all.
To Reproduce
git clone https://github.com/cloudfoundry-incubator/quarks-operator.git
bin/build
Expected behaviour
Something gets built.
Actual behaviour
go: code.cloudfoundry.org/quarks-secret@v1.0.697 requires
code.cloudfoundry.org/quarks-utils@v0.0.0-20200721113854-0b1ab7e84ec5: invalid version: unknown revision 0b1ab7e84ec5
Environment
- quarks-operator 31df6ea
Additional context
go.mod
pulls ine79cb3be40bd
- That commit isn't on any branch and therefore can't be pulled. (If you happen to have it in your go module cache, things will continue to work.)
- Trying to check branches:
…/quarks-utils$ git branch --contains e79cb3be40bd | wc -l
0
cf-gitbot commented
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/174235989
The labels on this github issue will be updated when the story is started.