-
Notifications
You must be signed in to change notification settings - Fork 394
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
📖 Update CONTRIBUTING.md re golang version #2937
Conversation
fixes bug of kcp-dev#2904 regarding go lang version in documentation. Does not improve the verify-go-versions.sh script which uses a hardcoded high level go version "1".
docs/content/CONTRIBUTING.md
Outdated
Please note that the go language version numbers in these files must exactly agree: | ||
- Your local go/go.mod file, kcp/.ci-operator.yaml, kcp/Dockerfile, and in all the kcp/.github/workflows yaml files that specify go-version. | ||
In kcp/.ci-operator.yaml the go version is indicated by the "tag" attribute. | ||
In kcp/Dockerfile it is indicated by the "golang" attribute | ||
In go.mod it is indicated by the "go" directive." | ||
In the .github/workflows yaml files it is indicated by "go-version" |
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.
Thanks for this! Could you please update the formatting so it renders better when the markdown is converted to html? See https://github.com/kcp-dev/kcp/blob/d5ad69188d61b6714f4181bd1119dba23a541aed/docs/content/CONTRIBUTING.md for example:
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.
i think I made the change. Let me know if there are still issues.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncdc 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 |
fixes #2904
Does not improve the verify-go-versions.sh script which uses a hardcoded high level go version "1".
Summary
Related issue(s)
Fixes #