Skip to content

Commit a94de15

Browse files
authored
main: Bump to go 1.26.2 (#7523)
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
1 parent bfeb9ab commit a94de15

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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.26.0
15+
GO_VERSION: 1.26.2
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.26.0
21+
GO_VERSION: 1.26.2
2222

2323
jobs:
2424
build:

.github/workflows/codeql-analysis.yml

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

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

2323
jobs:
2424
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.26.0
16+
GO_VERSION: 1.26.2
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.26.0@sha256:c83e68f3ebb6943a2904fa66348867d108119890a2c6a2e6f07b38d0eb6c25c5
43+
BUILD_BASE_IMAGE ?= golang:1.26.2@sha256:5f3787b7f902c07c7ec4f3aa91a301a3eda8133aa32661a3b3a3a86ab3a68a36
4444

4545
# Enable build with CGO.
4646
BUILD_CGO_ENABLED ?= 0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Updates Go to go1.26.0. See the [Go release notes](https://go.dev/doc/devel/release#go1.26.0) for more information about the content of the release.
1+
Updates Go to go1.26.2. See the [Go release notes](https://go.dev/doc/devel/release#go1.26.0) for more information about the content of the release.

0 commit comments

Comments
 (0)