Skip to content

Commit

Permalink
deps: Remove Go minor version from go.mods
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed Jan 2, 2025
1 parent 3bbb165 commit b7b9f43
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contrib/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/go-control-plane/contrib

go 1.21
go 1.22

replace github.com/envoyproxy/go-control-plane/envoy => ../envoy

Expand Down
2 changes: 1 addition & 1 deletion envoy/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/go-control-plane/envoy

go 1.21
go 1.22

require (
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
Expand Down
2 changes: 1 addition & 1 deletion examples/dyplomat/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/go-control-plane/examples/dyplomat

go 1.22.8
go 1.22

replace (
github.com/envoyproxy/go-control-plane => ../..
Expand Down
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/envoyproxy/go-control-plane

go 1.22.8
go 1.22

replace (
github.com/envoyproxy/go-control-plane/envoy => ./envoy
Expand Down
2 changes: 1 addition & 1 deletion ratelimit/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/go-control-plane/ratelimit

go 1.21
go 1.22

replace github.com/envoyproxy/go-control-plane/envoy => ../envoy

Expand Down
2 changes: 1 addition & 1 deletion xdsmatcher/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/go-control-plane/xdsmatcher

go 1.22.8
go 1.22

replace github.com/envoyproxy/go-control-plane/envoy => ../envoy

Expand Down

0 comments on commit b7b9f43

Please sign in to comment.