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

Clean go cache in lang:go #1195

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

filiptronicek
Copy link
Member

Description

After we install the myriad of Go CLI tools, we are left with a hefty cache folder, which is included in the image.

This was originally described in #1146 and aims to improve the size of the image by almost a third.

Related issues

Fixes #1146

After we install the myriad of Go CLI tools, we are left with a hefty cache folder, which is included in the image.

This was originally described in #1146 and aims to improve the size of the image by almost a third.

Co-authored-by: Olivier Sechet <osechet@gmail.com>
@filiptronicek filiptronicek requested a review from a team as a code owner October 9, 2023 09:48
@filiptronicek filiptronicek self-assigned this Oct 9, 2023
@filiptronicek filiptronicek added the enhancement New feature or request label Oct 9, 2023
Copy link
Contributor

@mustard-mh mustard-mh left a comment

Choose a reason for hiding this comment

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

LGTM 👍 Thank you @filiptronicek @osechet

image

other go tests should go with Github CI

@mustard-mh mustard-mh merged commit f8ab1b8 into main Oct 10, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Go image size could be reduced
2 participants