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 <matthieu.morel35@gmail.com>
  • Loading branch information
mmorel-35 committed Jan 2, 2025
1 parent 3bbb165 commit 814af20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 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 814af20

Please sign in to comment.