fix: downgrade required go version

This commit is contained in:
源文雨
2024-10-13 20:36:12 +09:00
parent 62c237674f
commit e7667b1f8f
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import (
"encoding/hex"
"errors"
"hash/crc64"
"math/rand/v2"
"math/rand"
"time"
"golang.org/x/crypto/chacha20poly1305"