Closed schmidtw closed 10 months ago
Hello @schmidtw
Thank you for creating this issue. We will investigate it and come back to you with our findings.
Hello @schmidtw Thanks for reporting this. I could not reproduce the issue on my end. Could you please provide us more details, specifically, how often updates are being made to your go.mod and go.sum files?
Hi @schmidtw, just a gentle reminder about the details we asked for earlier. Thanks!
Hi @schmidtw, just a gentle reminder about the details we asked for earlier. Thanks!
Hello @schmidtw, Due to inactivity on this issue, I am going to proceed with closing it. Please feel free to reopen the issue if necessary, or create a new one. Thank you :)
See #478
Description: In a Github Enterprise account the caches are growing in an unbounded manor. I don't see this problem on open source Github accounts.
Action version:
actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
Platform:
Runner type:
Tools version: 1.21.5
Repro steps: We run a workflow with the following configuration:
This results in several hundred MB of cached objects to be created with unique names and never cleaned up.
Expected behavior: Only a few cached objects will be created and used, alternatively allow cached objects to be better configured since we have to pay for the storage.
Actual behavior: Each time we setup-go in a build (which can be 3-4 different jobs) creates duplicate caches that appear to never be reused or cleaned up when in an enterprise context.