We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e9c3b commit aafb00dCopy full SHA for aafb00d
internal/pkg/cache/cache.go
@@ -69,6 +69,7 @@ func Init() error {
69
if err != nil {
70
return fmt.Errorf("save cache encryption key age: %w", err)
71
}
72
+ // cleanup old cache entries as they won't be readable anymore
73
if err := cleanupCache(); err != nil {
74
return err
75
0 commit comments