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 go dependencies (go mod tidy && go mod vendor) #12

Closed
wants to merge 2 commits into from

Conversation

jerolimov
Copy link
Member

@jerolimov jerolimov commented Dec 21, 2023

This PR is a follow up (and based on #11).

I created two so that you can hopefully merge #11 independently and then share if you are fine adding the vendor folders to this project.

To be honest, it just removes the dependency on downloading external sources when building the project, but it doesn't reduce the build time.

What do you think about including the dependency? I'm fine if you close this because it has less benefit than expected.

docker build --progress=plain --no-cache .

@jerolimov jerolimov changed the title Add vendor Add go dependencies (go mod tidy && go mod vendor) Dec 21, 2023
@mimotej
Copy link

mimotej commented Jan 6, 2024

I am not sure if using vendor folder for so small project is worth it, but I think that I do not know all aspects of this to be able to properly decide, so I will leave it probably up to others :). Ultimately personally I am not against it.

@jerolimov jerolimov closed this Feb 20, 2024
@jerolimov jerolimov deleted the add-vendor branch February 20, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants