Skip to content

Commit 2ea9c8b

Browse files
authored
deps: Remove Go minor version from go.mods (#1078)
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 3bbb165 commit 2ea9c8b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

contrib/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/go-control-plane/contrib
22

3-
go 1.21
3+
go 1.22
44

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

envoy/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/go-control-plane/envoy
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20

examples/dyplomat/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/go-control-plane/examples/dyplomat
22

3-
go 1.22.8
3+
go 1.22
44

55
replace (
66
github.com/envoyproxy/go-control-plane => ../..

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/go-control-plane
22

3-
go 1.22.8
3+
go 1.22
44

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

internal/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/go-control-plane/internal/tools
22

3-
go 1.23.1
3+
go 1.22.1
44

55
require (
66
github.com/golangci/golangci-lint v1.62.2

ratelimit/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/go-control-plane/ratelimit
22

3-
go 1.21
3+
go 1.22
44

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

xdsmatcher/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/go-control-plane/xdsmatcher
22

3-
go 1.22.8
3+
go 1.22
44

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

0 commit comments

Comments
 (0)