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

.github, Makefile: sanity workflow fixes, simplify mod-* targets, bump golang to 1.19.x #171

Merged
merged 6 commits into from
Oct 27, 2023

Conversation

klihub
Copy link
Contributor

@klihub klihub commented Oct 26, 2023

This PR

  • simplifies go.{mod,sum} tidying and fixes existing deviations from tidy go mods
  • fixes the existing gofmt check in the sanity workflow and existing gofmt violations in the code
  • adds go mod tidiness verification to the sanity workflow
  • bumps go version to 1.19.x everywhere
  • updates go deps

Simplify go.mod tidying and verifying. Switch from explicit
hand-crafted targets for handling submodules to discovering
and handling them automatically.

Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
@klihub klihub requested a review from elezar October 26, 2023 17:09
@klihub klihub mentioned this pull request Oct 26, 2023
Copy link
Contributor

@elezar elezar left a comment

Choose a reason for hiding this comment

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

Thanks for the simplification @klihub.

One minor question on the sanity workflow, but otherwise this looks good.

.github/workflows/sanity.yml Outdated Show resolved Hide resolved
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
@bart0sh
Copy link
Contributor

bart0sh commented Oct 27, 2023

/lgtm

@klihub klihub requested a review from elezar October 27, 2023 16:13
Copy link
Contributor

@elezar elezar left a comment

Choose a reason for hiding this comment

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

/lgtm

@elezar elezar merged commit 2cff845 into cncf-tags:main Oct 27, 2023
7 checks passed
@klihub klihub deleted the fixes/sanity-workflow branch October 30, 2023 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants