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

Commits on Oct 26, 2023

  1. Makefile: simplify mod-{tidy,verify} targets.

    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 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    46326e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. .github: verify go.{mod,sum}s are up-to-date.

    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    93f75c9 View commit details
    Browse the repository at this point in the history
  2. go.mod,.github: bump go version to 1.19

    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    dce4d26 View commit details
    Browse the repository at this point in the history
  3. go.{mod,sum}: update deps.

    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3155c24 View commit details
    Browse the repository at this point in the history
  4. .github: fix gofmt workflow.

    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e89823f View commit details
    Browse the repository at this point in the history
  5. pkg,internal: fix gofmt errors.

    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d5466c6 View commit details
    Browse the repository at this point in the history