Skip to content

Commit a954494

Browse files
authored
fix(deps): Relax the minimum required go version (#5022)
Setting the `go` directive to a patch version above `.0` causes issues for downstream code bases that have their `go` directive set to the `.0` patch version of Go.
1 parent 5cadbf2 commit a954494

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/grpc-ecosystem/grpc-gateway/v2
22

3-
go 1.22.7
4-
5-
toolchain go1.23.4
3+
go 1.22.0
64

75
require (
86
github.com/antihax/optional v1.0.0

0 commit comments

Comments
 (0)