Skip to content

Commit

Permalink
fix(deps): Relax the minimum required go version further
Browse files Browse the repository at this point in the history
This is a continuation of grpc-ecosystem#5022
It is mirroring grpc-go: grpc/grpc-go#7831
  • Loading branch information
bobrik committed Dec 25, 2024
1 parent 7df7de2 commit 12837be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grpc-ecosystem/grpc-gateway/v2

go 1.22.0
go 1.22

require (
github.com/antihax/optional v1.0.0
Expand Down

0 comments on commit 12837be

Please sign in to comment.