File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM golang:1.25.11 AS builder
1+ FROM golang:1.25.12 AS builder
22
33ARG GO_LDFLAGS=""
44
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/gateway-grcp-ext-auth
22
3- go 1.25.11
3+ go 1.25.12
44
55require (
66 github.com/envoyproxy/go-control-plane/envoy v1.36.0
Original file line number Diff line number Diff line change 11module github.com/exampleorg/envoygateway-extension
22
3- go 1.26.4
3+ go 1.26.5
44
55require (
66 github.com/envoyproxy/gateway v1.3.1
Original file line number Diff line number Diff line change 1- FROM golang:1.25.11 AS builder
1+ FROM golang:1.25.12 AS builder
22
33ARG GO_LDFLAGS=""
44
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/gateway-grpc-ext-proc
22
3- go 1.25.11
3+ go 1.25.12
44
55require (
66 github.com/envoyproxy/go-control-plane/envoy v1.36.0
Original file line number Diff line number Diff line change 1- FROM golang:1.25.11 AS builder
1+ FROM golang:1.25.12 AS builder
22
33ARG GO_LDFLAGS=""
44
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/gateway-preserve-case-backend
22
3- go 1.25.11
3+ go 1.25.12
44
55require github.com/valyala/fasthttp v1.69.0
66
Original file line number Diff line number Diff line change 1- FROM golang:1.25.11 AS builder
1+ FROM golang:1.25.12 AS builder
22
33ARG GO_LDFLAGS=""
44
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/gateway-simple-extension-server
22
3- go 1.25.11
3+ go 1.25.12
44
55require (
66 github.com/envoyproxy/gateway v1.6.3
Original file line number Diff line number Diff line change 1- FROM golang:1.25.11 AS builder
1+ FROM golang:1.25.12 AS builder
22
33ARG GO_LDFLAGS=""
44
You can’t perform that action at this time.
0 commit comments