Skip to content

Commit

Permalink
deps: update go version from 1.22.0 to 1.23.0 (#1132)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 authored Feb 17, 2025
1 parent 803a102 commit a6c0134
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM golang:1.22@sha256:0ca97f4ab335f4b284a5b8190980c7cdc21d320d529f2b643e8a8733a69bfb6b
FROM golang:1.23@sha256:77a21b3e354c03e9f66b13bc39f4f0db8085c70f8414406af66b29c6d6c4dd85

COPY --from=envoyproxy/envoy-dev:latest /usr/local/bin/envoy /usr/local/bin/envoy
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.22+
1. Go 1.23+

## Quick start

Expand Down
4 changes: 2 additions & 2 deletions contrib/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/envoyproxy/go-control-plane/contrib

go 1.22.0
go 1.23.0

toolchain go1.22.5
toolchain go1.23.6

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

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

go 1.22.0
go 1.23.0

toolchain go1.22.5
toolchain go1.23.6

// Used to resolve import issues related to go-control-plane package split (https://github.com/envoyproxy/go-control-plane/issues/1074)
replace github.com/envoyproxy/[email protected] => ../
Expand Down
2 changes: 1 addition & 1 deletion examples/dyplomat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22@sha256:0ca97f4ab335f4b284a5b8190980c7cdc21d320d529f2b643e8a8733a69bfb6b
FROM golang:1.23@sha256:77a21b3e354c03e9f66b13bc39f4f0db8085c70f8414406af66b29c6d6c4dd85

WORKDIR /go/src/dyplomat
COPY . /go/src/dyplomat
Expand Down
4 changes: 2 additions & 2 deletions examples/dyplomat/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/envoyproxy/go-control-plane/examples/dyplomat

go 1.22.0
go 1.23.0

toolchain go1.22.5
toolchain go1.23.6

replace (
github.com/envoyproxy/go-control-plane => ../..
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/envoyproxy/go-control-plane

go 1.22.0
go 1.23.0

toolchain go1.22.5
toolchain go1.23.6

replace (
github.com/envoyproxy/go-control-plane/envoy => ./envoy
Expand Down
5 changes: 3 additions & 2 deletions internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/envoyproxy/go-control-plane/internal/tools

go 1.22.1
toolchain go1.23.4
go 1.23.0

toolchain go1.23.6

require (
github.com/golangci/golangci-lint v1.64.5
Expand Down
4 changes: 2 additions & 2 deletions ratelimit/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/envoyproxy/go-control-plane/ratelimit

go 1.22.0
go 1.23.0

toolchain go1.22.5
toolchain go1.23.6

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

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

go 1.22.0
go 1.23.0

toolchain go1.22.5
toolchain go1.23.6

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

Expand Down

0 comments on commit a6c0134

Please sign in to comment.