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

Contributing guide (and related) clean up #3538

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

thampiotr
Copy link
Contributor

PR Description

Minor clean up performed while following the contributing guide.
Mostly related to the fact that we now use Go 1.19.

Which issue(s) this PR fixes

N/A - trivial fixes and improvements such as this one do not require an issue.

@CLAassistant
Copy link

CLAassistant commented Apr 13, 2023

CLA assistant check
All committers have signed the CLA.

@@ -1,7 +1 @@
pkg/operator/crds/*.yaml linguist-generated=true

# Git on Windows may automatically check out files with crlf line endings,
# which breaks the Fuzz parser in 1.18 (golang/go#52268). A fix is scheduled
Copy link
Contributor Author

@thampiotr thampiotr Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issue is solved in 1.19 and we use Go 1.19 as per go.mod.

Comment on lines -1858 to -1859
github.com/grafana/process-exporter v0.7.3-0.20210106202358-831154072e2a h1:JUnP/laSl2GylHT0+fqAqOZY+7XkLh1mLefLN0n8Mmk=
github.com/grafana/process-exporter v0.7.3-0.20210106202358-831154072e2a/go.mod h1:RMjrx3Qn8l2pgCD27g45xbko4UDpVVuHC8Cd2YXPtWA=
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go mod tidy removed this and I didn't find any imports in the source. I hope it's not here for some magic purpose?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we just don't have a CI step (yet) trying to make sure the go.sum is always tidied, so sometimes this happens.

@thampiotr thampiotr force-pushed the thampiotr/contributing-guide-cleanup branch from e9558b1 to 5a6eb34 Compare April 13, 2023 16:10
@thampiotr thampiotr marked this pull request as ready for review April 13, 2023 16:37
Copy link
Member

@rfratto rfratto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@rfratto rfratto merged commit 54970a2 into main Apr 13, 2023
@rfratto rfratto deleted the thampiotr/contributing-guide-cleanup branch April 13, 2023 16:44
@github-actions github-actions bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label Mar 1, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants