-
Notifications
You must be signed in to change notification settings - Fork 263
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
build error #9
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
I made those files with 1.11.2, which it looks like has a bug when modules include symlinks. I'll go get 1.11.4 and see if I can fix it.
… On Jan 22, 2019, at 2:36 PM, Ahmet Alp Balkan ***@***.***> wrote:
git clone https://github.com/knative/client.git knative-client (currently at 38932b1)
cd knative-client
go install ./cmd/kn
errors out with output:
...
...
go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c
go: downloading github.com/emicklei/go-restful v2.8.0+incompatible
go: downloading github.com/go-openapi/spec v0.18.0
go: verifying ***@***.***: checksum mismatch
downloaded: h1:kALSwD+P5GLdRj2mtZ2W4ZRRD//Q7nKjLqCPSpihkTY=
go.sum: h1:O8llkx4VL7C7AZm5wCxcQ9abz8yq02I62ZU++EAwBHk=
similarly go clean -modcache doesn't work (fails w/ the same error).
Is this only me (go1.11.4)?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This should be fixed now. |
coryrc
pushed a commit
to coryrc/client
that referenced
this issue
May 14, 2020
Bonus: add update-cluster rule in preparation for the next step.
eletonia
added a commit
to eletonia/client
that referenced
this issue
Mar 8, 2021
# This is the 1st commit message: adding BUILT-IN SOURCE column for kn source list-types # The commit message knative#2 will be skipped: # changing list test to check for BUILT-IN SOURCE column # The commit message knative#3 will be skipped: # changing e2e source list test to check for BUILT-IN SOURCE column # The commit message knative#4 will be skipped: # adding CHANGELOG entry # The commit message knative#5 will be skipped: # kn source list-types: changing BUILT-IN SOURCE to BUILT-IN and moving DESCRIPTION column to the end # The commit message knative#6 will be skipped: # changing BUILT-IN SOURCE to BUILT-IN in changelog # The commit message knative#7 will be skipped: # Update CHANGELOG.adoc # # Co-authored-by: David Simansky <[email protected]> # The commit message knative#8 will be skipped: # kn source list-types: changing column header to S, values to X, and moving to second column # The commit message knative#9 will be skipped: # fixing CHANGELOG merge conflict
knative-prow-robot
pushed a commit
that referenced
this issue
Mar 9, 2021
* # This is a combination of 9 commits. # This is the 1st commit message: adding BUILT-IN SOURCE column for kn source list-types # The commit message #2 will be skipped: # changing list test to check for BUILT-IN SOURCE column # The commit message #3 will be skipped: # changing e2e source list test to check for BUILT-IN SOURCE column # The commit message #4 will be skipped: # adding CHANGELOG entry # The commit message #5 will be skipped: # kn source list-types: changing BUILT-IN SOURCE to BUILT-IN and moving DESCRIPTION column to the end # The commit message #6 will be skipped: # changing BUILT-IN SOURCE to BUILT-IN in changelog # The commit message #7 will be skipped: # Update CHANGELOG.adoc # # Co-authored-by: David Simansky <[email protected]> # The commit message #8 will be skipped: # kn source list-types: changing column header to S, values to X, and moving to second column # The commit message #9 will be skipped: # fixing CHANGELOG merge conflict * adding BUILT-IN SOURCE column for kn source list-types
dsimansk
pushed a commit
to dsimansk/client
that referenced
this issue
Dec 9, 2022
Simply list all the test images. The previous find command included also o./vendor/knative.dev/serving/test/test_images/grpc-ping/proto which is not correct and the image build would be redundant. Co-authored-by: Martin Gencur <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git clone https://github.com/knative/client.git knative-client
(currently at 38932b1)cd knative-client
go install ./cmd/kn
similarly
go clean -modcache
doesn't work (fails w/ the same error).Is this only me (go1.11.4)?
The text was updated successfully, but these errors were encountered: