File tree Expand file tree Collapse file tree
examples/xds-sotw-config-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5151 with :
52- go-version : " 1.23.9 "
52+ go-version : " 1.26.1 "
5353
5454 - name : run pre-commits
5555 run : |
Original file line number Diff line number Diff line change 3737
3838 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3939 with :
40- go-version : " 1.23.9 "
40+ go-version : " 1.26.1 "
4141
4242 - name : run pre-commits
4343 run : |
Original file line number Diff line number Diff line change 1- FROM golang:1.25.6 @sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c AS build
1+ FROM golang:1.26.1 @sha256:e2ddb153f786ee6210bf8c40f7f35490b3ff7d38be70d1a0d358ba64225f6428 AS build
22WORKDIR /xds-server
33
44COPY . .
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/ratelimit/examples/xds-sotw-config-server
22
3- go 1.21.5
3+ go 1.26.1
44
55require (
66 github.com/envoyproxy/go-control-plane v0.12.1-0.20240123181358-841e293a220b
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/ratelimit
22
3- go 1.25.6
3+ go 1.26.1
44
55require (
66 github.com/DataDog/datadog-go/v5 v5.5.0
You can’t perform that action at this time.
0 commit comments