瀏覽代碼

perf(api): use math/rand/v2

jvoisin 9 月之前
父節點
當前提交
1af6df7cb9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/api/api_integration_test.go

+ 1 - 1
internal/api/api_integration_test.go

@@ -8,7 +8,7 @@ import (
 	"errors"
 	"fmt"
 	"io"
-	"math/rand"
+	"math/rand/v2"
 	"os"
 	"strings"
 	"testing"