cert-manager v1.8.2

This includes switching to go 1.17.

Signed-off-by: Marko Vukovic <anonsoftware@gmail.com>
This commit is contained in:
Marko Vukovic
2022-07-27 16:25:43 -07:00
parent 97ebc9b1dd
commit 4c4d1576da
7 changed files with 337 additions and 70 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"os"
"testing"
"github.com/jetstack/cert-manager/test/acme/dns"
"github.com/cert-manager/cert-manager/test/acme/dns"
"github.com/cert-manager/webhook-example/example"
)