Skip to content

Commit 4898c2c

Browse files
committed
bump go version 1.25.6
Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com>
1 parent a28b84d commit 4898c2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.3@sha256:6ea52a02734dd15e943286b048278da1e04eca196a564578d718c7720433dbbe AS build
1+
FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c AS build
22
WORKDIR /ratelimit
33

44
ENV GOPROXY=https://proxy.golang.org

examples/xds-sotw-config-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.3@sha256:6ea52a02734dd15e943286b048278da1e04eca196a564578d718c7720433dbbe AS build
1+
FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c AS build
22
WORKDIR /xds-server
33

44
COPY . .

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
module github.com/envoyproxy/ratelimit
22

3-
go 1.23.9
3+
go 1.25.6
44

55
require (
66
github.com/DataDog/datadog-go/v5 v5.5.0
77
github.com/alicebob/miniredis/v2 v2.33.0
88
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
9-
github.com/cespare/xxhash/v2 v2.3.0
109
github.com/coocood/freecache v1.2.4
1110
github.com/envoyproxy/go-control-plane v0.13.4
1211
github.com/envoyproxy/go-control-plane/envoy v1.32.4
@@ -47,6 +46,7 @@ require (
4746
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
4847
github.com/beorn7/perks v1.0.1 // indirect
4948
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
49+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5050
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
5151
github.com/davecgh/go-spew v1.1.1 // indirect
5252
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect

0 commit comments

Comments
 (0)