-
Notifications
You must be signed in to change notification settings - Fork 263
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
docs: References golang 1.12.7 or later in docs #355
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: navidshaikh 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 |
Not sure if 1.12.7 specifically is required or if 1.12 in general is enough. I would omit the patchlevel from the version |
The page https://golang.org/dl/ we're referencing for downloading golang has listing of (only) 1.12.7 in |
/hold |
We then would have to upgrade our docs for every patch level version then. Still, think that 1.12 is good enough to mention (and if there is only 1.12.7 to download, then fine, but people with 1.12.3 still can compile it, I think). Nit-picking on high-level though, I'm fine with either. |
Fix knative#353 As we require minimum 1.12.x for building kn
/hold cancel |
/lgtm |
* webhook based API-Coverage tool: webhook setup This changeset adds the webhook package that provides helper method to setup the webhook required by the tool. Webhook setup is generic so that it can be called by any repo providing its own implementation of the web-server. * Update tools/webhook-apicoverage/webhook/webhook.go Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]> * Update tools/webhook-apicoverage/webhook/README.md Co-Authored-By: dushyanthsc <[email protected]>
…e#355) * [release-v1.11] switch RHBQ version in workflow plugin config * [release-v1.11] fix package name in ldflags * Fix dev image tag
Fixes #353
As we require minimum 1.12.7 for building kn