fix: add ready condition to OAuth2ClientStatus (#122)

This commit is contained in:
andremarianiello
2023-03-27 11:34:35 -04:00
committed by GitHub
parent 6aba89e7a8
commit fdedbe52ad
18 changed files with 276 additions and 49 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.16 as builder
FROM golang:1.17 as builder
WORKDIR /go/src/app
COPY . .
RUN make manager