V7 because why not

This commit is contained in:
cheddar 2025-02-20 23:05:55 -05:00
parent a2cf1d6b7b
commit 32fcdcbbf6
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ package keydirectory
import "github.com/google/uuid"
func generateKeyId() (string, error) {
uuid, err := uuid.NewRandom()
uuid, err := uuid.NewV7()
if err != nil {
return "", err