mirror of
https://github.com/go-acme/lego.git
synced 2025-07-16 11:54:22 +02:00
chore: use go1.23 (#2446)
This commit is contained in:
committed by
GitHub
parent
526ac35e5c
commit
0ab907c183
@ -36,7 +36,7 @@ func TestValidate(t *testing.T) {
|
||||
|
||||
var statuses []string
|
||||
|
||||
privateKey, _ := rsa.GenerateKey(rand.Reader, 512)
|
||||
privateKey, _ := rsa.GenerateKey(rand.Reader, 1024)
|
||||
|
||||
mux.HandleFunc("/chlg", func(w http.ResponseWriter, r *http.Request) {
|
||||
if r.Method != http.MethodPost {
|
||||
|
Reference in New Issue
Block a user