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

chore: Update go declaration to have point version #1484

Merged
merged 1 commit into from Sep 11, 2023

Conversation

willmurphyscode
Copy link
Contributor

Our understanding is that without the patch version, every run of "go mod tidy" will write a toolchain directive in the file, which will result in a diff from contributors with different point versions of go, which is noisy and prone to breaking CI.

Thanks to golang/go#62278 (comment) for the concise explanation of what seems to be going on with the changes to go.mod.

Our understanding is that without the patch version, every run of "go
mod tidy" will write a toolchain directive in the file, which will
result in a diff from contributors with different point versions of go,
which is noisy and prone to breaking CI.

Signed-off-by: Will Murphy <will.murphy@anchore.com>
@willmurphyscode willmurphyscode added the changelog-ignore Don't include this issue in the release changelog label Sep 11, 2023
@willmurphyscode willmurphyscode self-assigned this Sep 11, 2023
@willmurphyscode willmurphyscode changed the title Update go declaration to have point version chore: Update go declaration to have point version Sep 11, 2023
@willmurphyscode willmurphyscode merged commit 13bae4b into main Sep 11, 2023
9 checks passed
@willmurphyscode willmurphyscode deleted the fix-go-version branch September 11, 2023 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-ignore Don't include this issue in the release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants