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

build error #9

Closed
ahmetb opened this issue Jan 22, 2019 · 2 comments
Closed

build error #9

ahmetb opened this issue Jan 22, 2019 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@ahmetb
Copy link

ahmetb commented Jan 22, 2019

  1. git clone https://github.com/knative/client.git knative-client (currently at 38932b1)
  2. cd knative-client
  3. go install ./cmd/kn
  4. 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 github.com/knative/[email protected]: 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)?

@sixolet
Copy link
Contributor

sixolet commented Jan 22, 2019 via email

@sixolet
Copy link
Contributor

sixolet commented Feb 5, 2019

This should be fixed now.

@sixolet sixolet closed this as completed Feb 5, 2019
@csantanapr csantanapr added the kind/bug Categorizes issue or PR as related to a bug. label Apr 5, 2019
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
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants