Skip to content

Commit 7c737c9

Browse files
authored
Update golang to 1.25.1 (#7211)
Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent 8c5ef62 commit 7c737c9

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

.github/workflows/build_daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
GOPROXY: https://proxy.golang.org/
15-
GO_VERSION: 1.25.0
15+
GO_VERSION: 1.25.1
1616

1717
jobs:
1818
e2e-envoy-deployment:

.github/workflows/build_tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
env:
2020
GOPROXY: https://proxy.golang.org/
21-
GO_VERSION: 1.25.0
21+
GO_VERSION: 1.25.1
2222

2323
jobs:
2424
build:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
env:
1616
GOPROXY: https://proxy.golang.org/
17-
GO_VERSION: 1.25.0
17+
GO_VERSION: 1.25.1
1818

1919
jobs:
2020
CodeQL-Build:

.github/workflows/prbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
env:
1515
GOPROXY: https://proxy.golang.org/
16-
GO_VERSION: 1.25.0
16+
GO_VERSION: 1.25.1
1717

1818
jobs:
1919
lint:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ endif
4040
IMAGE_PLATFORMS ?= linux/amd64,linux/arm64
4141

4242
# Base build image to use.
43-
BUILD_BASE_IMAGE ?= golang:1.25.0@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6
43+
BUILD_BASE_IMAGE ?= golang:1.25.1@sha256:a5e935dbd8bc3a5ea24388e376388c9a69b40628b6788a81658a801abbec8f2e
4444

4545
# Enable build with CGO.
4646
BUILD_CGO_ENABLED ?= 0

changelogs/unreleased/7168-sunjayBhatia-small.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update to Go 1.25.1. See the [Go release notes](https://go.dev/doc/devel/release#go1.25.minor) for more information.

0 commit comments

Comments
 (0)