Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/dexidp/dex/api/v2

go 1.17
go 1.23
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Go version has been updated to 1.23, but this version doesn't exist yet. The latest stable Go version as of October 2025 is 1.22.x. Consider using a currently available Go version.

Suggested change
go 1.23
go 1.22


require (
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
google.golang.org/protobuf v1.36.10
)

require (
Expand Down
Loading
Loading