Skip to content

Commit

Permalink
chore: update go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Jul 3, 2024
1 parent 1081161 commit 9ee124b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4,924 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ feedback, we might decide to revisit this aspect at a later point in time.

## Requirements

1. Go 1.17+
1. Go 1.20+

## Quick start

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.17
go 1.20

require (
github.com/envoyproxy/go-control-plane v0.12.0
Expand Down
257 changes: 0 additions & 257 deletions examples/dyplomat/go.sum

Large diffs are not rendered by default.

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.17
go 1.20

require (
github.com/census-instrumentation/opencensus-proto v0.4.1
Expand Down
2,347 changes: 0 additions & 2,347 deletions go.sum

Large diffs are not rendered by default.

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.17
go 1.20

require (
github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b
Expand Down
2,316 changes: 0 additions & 2,316 deletions xdsmatcher/go.sum

Large diffs are not rendered by default.

0 comments on commit 9ee124b

Please sign in to comment.