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

Bump Kubernetes dependencies to 1.18. #186

Merged
merged 1 commit into from
Sep 4, 2020

Conversation

markusthoemmes
Copy link
Contributor

This is to fix a regression introduced by 1aa3b37.

$ GO111MODULE=on go get github.com/google/ko/cmd/ko@master
go: downloading github.com/google/ko v0.5.3-0.20200904153226-1aa3b3793e16
go: found github.com/google/ko/cmd/ko in github.com/google/ko v0.5.3-0.20200904153226-1aa3b3793e16
# k8s.io/client-go/tools/clientcmd
go/pkg/mod/k8s.io/client-go@v0.17.1/tools/clientcmd/validation.go:73:5: cannot use errConfigurationInvalid literal (type errConfigurationInvalid) as type "k8s.io/apimachinery/pkg/util/errors".Aggregate in assignment:
	errConfigurationInvalid does not implement "k8s.io/apimachinery/pkg/util/errors".Aggregate (missing Is method)

@mattmoor mattmoor merged commit 64c2eef into ko-build:master Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants