fix: add ready condition to OAuth2ClientStatus (#122)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM golang:1.16 as builder
|
||||
FROM golang:1.17 as builder
|
||||
WORKDIR /go/src/app
|
||||
COPY . .
|
||||
RUN make manager
|
||||
|
Reference in New Issue
Block a user