Catch-up to cert-manager 1.9.1 with go 1.8

Signed-off-by: Marko Vukovic <anonsoftware@gmail.com>
This commit is contained in:
Marko Vukovic
2022-07-28 08:04:37 -07:00
parent 6a1a4b9526
commit f6598c5115
3 changed files with 140 additions and 301 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS build_deps
FROM golang:1.18-alpine AS build_deps
RUN apk add --no-cache git