-
Notifications
You must be signed in to change notification settings - Fork 929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile: stop pinning openfga/go-sdk #12688
Conversation
@simondeziel please can you rebase |
a426f6e
to
0f3b24e
Compare
It seems the test failures are not directly related to unpinning @markylaing do you have any idea?
|
@markylaing please can you assist @simondeziel with this |
Sorry for missing this. It looks like the update to the underlying zitadel library will optimistically populate user data early if it can https://github.com/zitadel/oidc/blame/57d04e74651766c47097c8253bf08417a366d553/pkg/op/token.go#L212-L217. This commit from incus should fix it: lxc/incus@d202fba |
I've confirmed that the |
The current latest version downgrade target go version to 1.20. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Stéphane Graber <stgraber@stgraber.org> (cherry picked from commit d202fba41fc1d9001dddc3de690623ade4b21adc) Signed-off-by: Simon Deziel <simon.deziel@canonical.com> License: Apache-2.0
0f3b24e
to
6d7c14c
Compare
@markylaing thank you very much, it worked. |
Upstream now targets Go
1.20
in the latest version: https://github.com/openfga/go-sdk/releases/tag/v0.3.2