zitadel-oidc/example/server/exampleop
Tim Möhlmann 972b8981e5
feat: go 1.22 and slog migration (#557)
This change adds Go 1.22 as a build target and drops support for Go 1.20 and older. The golang.org/x/exp/slog import is migrated to log/slog.

Slog has been part of the Go standard library since Go 1.21. Therefore we are dropping support for older Go versions. This is in line of our support policy of "the latest two Go versions".
2024-02-28 10:44:14 +01:00
..
templates implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
device.go chore(op): upgrade go-chi/chi to v5 (#462) 2023-10-16 11:02:56 +02:00
login.go chore(op): upgrade go-chi/chi to v5 (#462) 2023-10-16 11:02:56 +02:00
op.go feat: go 1.22 and slog migration (#557) 2024-02-28 10:44:14 +01:00
templates.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00