Skip to content

Commit 4fe3db4

Browse files
authored
Update golang references to 1.26.1 (#1091)
1 parent 337dc9b commit 4fe3db4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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: |

.github/workflows/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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: |

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.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c AS build
1+
FROM golang:1.26.1@sha256:e2ddb153f786ee6210bf8c40f7f35490b3ff7d38be70d1a0d358ba64225f6428 AS build
22
WORKDIR /xds-server
33

44
COPY . .

examples/xds-sotw-config-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/envoyproxy/ratelimit/examples/xds-sotw-config-server
22

3-
go 1.21.5
3+
go 1.26.1
44

55
require (
66
github.com/envoyproxy/go-control-plane v0.12.1-0.20240123181358-841e293a220b

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/ratelimit
22

3-
go 1.25.6
3+
go 1.26.1
44

55
require (
66
github.com/DataDog/datadog-go/v5 v5.5.0

0 commit comments

Comments
 (0)