-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
internal/pkg/scaffold: fix versions for go mod proxy #1632
Conversation
/test marker |
/test e2e-aws-ansible |
1 similar comment
/test e2e-aws-ansible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/test e2e-aws-ansible |
1 similar comment
/test e2e-aws-ansible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/test e2e-aws-ansible |
1 similar comment
/test e2e-aws-ansible |
/test e2e-aws-helm |
@joelanford: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
This is obsolete now that #1566 has been merged. |
Description of the change:
As a follow on to #1612, this PR changes the timestamps in the go mod scaffolds for
k8s.io/api
andk8s.io/apimachinery
so that GOPROXY can be used when building scaffolded projects.Motivation for the change:
Oddly, when
GOPROXY=https://proxy.golang.org
the e2e tests on master fail with an error about an invalid module version:For some reason, without GOPROXY set,
go build
accepts both old and new version strings.