mirror of https://github.com/knative/client.git
When building with go 1.11.5 I see a hash mismatch for knative/serving. The algorithm for computing the hash has changed in recent go releases. To create this PR I ran: - `rm go.sum` - `go test ./pkg/...` - `go build ./cmd/kn` - `go mod tidy` All developers should update their version of go and clean their module cache to flush downloaded modules with an invalid hash. |
||
|---|---|---|
| cmd/kn | ||
| pkg/kn/commands | ||
| .gitignore | ||
| LICENSE | ||
| OWNERS | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
README.md
Knative Client
Knative developer experience best practices, reference Knative CLI implementation, and reference Knative client libraries.
If you are interested in contributing, see the Knative community contribution guide.