dist & cache cleaning + preseeding

This commit is contained in:
Mikaël Cluseau
2026-05-15 16:29:23 +02:00
parent 78aa9ba20d
commit 1a4d908bef
6 changed files with 311 additions and 186 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"encoding/json"
)
func hash(values ...interface{}) string {
func hash(values ...any) string {
ba, err := json.Marshal(values)
if err != nil {
panic(err) // should not happen