fix(deps): update module github.com/lestrrat-go/jwx/v3 to v4
auth0mock / build (pull_request) Successful in 2m13s
auth0mock / build (pull_request) Successful in 2m13s
Migrate to jwx v4 per MIGRATION.md: - jwk.Import now generic; use jwk.Import[jwk.Key](raw) - Set GOEXPERIMENT=jsonv2 (v4 uses encoding/json/v2)
This commit is contained in:
@@ -6,6 +6,7 @@ ARG GITLAB_TOKEN
|
||||
WORKDIR /build
|
||||
ENV CGO_ENABLED=0
|
||||
ENV GOPRIVATE=gitlab.com/unboundsoftware/*
|
||||
ENV GOEXPERIMENT=jsonv2
|
||||
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
Reference in New Issue
Block a user