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

Add a new go pipeline to only manage deps #813

Closed
wants to merge 1 commit into from

Conversation

hectorj2f
Copy link

Melange Pull Request Template

This PR creates a separate go pipeline to manage golang dependencies keeping the current go/build compatible with the initial logic. With this new go pipeline, we can now separate the treatment of go dependencies from the go build commands that many times is handled in a different way depending of the project, e.g. using make targets.

Functional Changes

  • This change can build all of Wolfi without errors (describe results in notes)

Notes:

SCA Changes

  • Examining several representative APKs show no regression / the desired effect (details in notes)

Notes:

Linter

  • The new check is clean across Wolfi
  • The new check is opt-in or a warning

Notes:

@hectorj2f hectorj2f self-assigned this Nov 2, 2023
@hectorj2f hectorj2f force-pushed the go_deps branch 13 times, most recently from d8f9784 to bd97d6f Compare November 2, 2023 14:48
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
@hectorj2f
Copy link
Author

I feel we could extend this pipeline to support go mod edit calls in the future.

@hectorj2f hectorj2f closed this May 15, 2024
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.

None yet

1 participant