We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451848a commit f943b0fCopy full SHA for f943b0f
2 files changed
Dockerfile
@@ -15,7 +15,7 @@ RUN make deps
15
COPY . /go/src/github.com/netlify/gotrue
16
RUN make build
17
18
-ARG KAIGARA_VERSION=0.1.34
+ARG KAIGARA_VERSION=v1.0.10
19
RUN curl -Lo ./kaigara https://github.com/openware/kaigara/releases/download/${KAIGARA_VERSION}/kaigara \
20
&& chmod +x ./kaigara
21
api/admin_test.go
@@ -54,7 +54,6 @@ func (ts *AdminTestSuite) makeSuperAdmin(email string) string {
54
55
u.Role = "supabase_admin"
56
57
-
58
key, err := models.FindMainAsymmetricKeyByUser(ts.API.db, u)
59
require.NoError(ts.T(), err, "Error finding keys")
60
0 commit comments