Skip to content

Fix cache cleanup to use mtime and add snapshot workflow#207

Merged
jadolg merged 1 commit intomasterfrom
fix-caching-windows
Mar 14, 2026
Merged

Fix cache cleanup to use mtime and add snapshot workflow#207
jadolg merged 1 commit intomasterfrom
fix-caching-windows

Conversation

@jadolg
Copy link
Copy Markdown
Owner

@jadolg jadolg commented Mar 14, 2026

The cache cleanup logic now uses the file's modification time (mtime) instead of its access time (atime) to determine its age. This is a more reliable method for cache eviction.

A new GitHub Actions workflow has been added to generate GoReleaser snapshots for pushes and pull requests to the main branch.

The cache cleanup logic now uses the file's modification time (mtime) instead of its access time (atime) to determine its age. This is a more reliable method for cache eviction.

A new GitHub Actions workflow has been added to generate GoReleaser snapshots for pushes and pull requests to the main branch.
@jadolg jadolg merged commit cf80ad3 into master Mar 14, 2026
7 checks passed
@jadolg jadolg deleted the fix-caching-windows branch March 14, 2026 21:40
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.

1 participant