1
0
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:
Ludovic Fernandez
2025-02-18 20:10:57 +01:00
committed by GitHub
parent 526ac35e5c
commit 0ab907c183
11 changed files with 36 additions and 56 deletions

View File

@ -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 {