-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix misspell build for go 1.13 #5
Conversation
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
/hold
@@ -38,7 +38,7 @@ URL="https://github.com/client9/misspell" | |||
echo "Cloning ${URL} in ${TMP_DIR}..." | |||
git clone --quiet --depth=1 "${URL}" "${TMP_DIR}" | |||
pushd "${TMP_DIR}" > /dev/null | |||
go mod init | |||
go mod init misspell |
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.
are we aligning with the go version of k/test-infra
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.
the version of go that is used in CI is the version in kubekins (test-infra) and that matches the version of k/k - 1.13.4.
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.
sgtm
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.
/hold cancel
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neolit123, yastij The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
this was overlooked for go 1.12 and broke when we started using 1.13.
/kind bug
/priority important-soon
/assign @yastij