Skip to content

Commit 9d84fa8

Browse files
authored
bump golang for CVE (#8709)
Signed-off-by: zirain <zirain2009@gmail.com>
1 parent c7e21fa commit 9d84fa8

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

examples/backend-utilization/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.1 AS builder
1+
FROM golang:1.26.2 AS builder
22

33
ARG GO_LDFLAGS=""
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/envoyproxy/gateway-backend-utilization
22

3-
go 1.26.1
3+
go 1.26.2

examples/dynamic-module-test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Update both together when changing the target Envoy version.
33
ARG ENVOY_VERSION=dev
44

5-
FROM golang:1.26.1 AS builder
5+
FROM golang:1.26.2 AS builder
66

77
WORKDIR /build
88
COPY go.mod go.sum ./
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/envoyproxy/gateway/examples/dynamic-module-test
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require github.com/envoyproxy/envoy/source/extensions/dynamic_modules v0.0.0-20260305043144-94d5888d4c19

examples/envoy-ext-auth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.1 AS builder
1+
FROM golang:1.26.2 AS builder
22

33
ARG GO_LDFLAGS=""
44

examples/envoy-ext-auth/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/gateway-grcp-ext-auth
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/envoyproxy/go-control-plane/envoy v1.37.1-0.20260217184816-6318b674fe2f

examples/extension-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/exampleorg/envoygateway-extension
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/envoyproxy/gateway v1.3.1

examples/grpc-ext-proc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.1 AS builder
1+
FROM golang:1.26.2 AS builder
22

33
ARG GO_LDFLAGS=""
44

examples/grpc-ext-proc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/gateway-grpc-ext-proc
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/envoyproxy/go-control-plane/envoy v1.37.1-0.20260217184816-6318b674fe2f

examples/preserve-case-backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.1 AS builder
1+
FROM golang:1.26.2 AS builder
22

33
ARG GO_LDFLAGS=""
44

0 commit comments

Comments
 (0)