Skip to content

Commit 8be31e3

Browse files
authored
Bump Go version to 1.22.12 (#6971)
Signed-off-by: Tero Saarni <[email protected]>
1 parent 6f84522 commit 8be31e3

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.github/workflows/build_daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
env:
1414
GOPROXY: https://proxy.golang.org/
1515
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
16-
GO_VERSION: 1.22.10
16+
GO_VERSION: 1.22.12
1717

1818
jobs:
1919
e2e-contour-xds:

.github/workflows/build_tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
env:
2020
GOPROXY: https://proxy.golang.org/
2121
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
22-
GO_VERSION: 1.22.10
22+
GO_VERSION: 1.22.12
2323

2424
jobs:
2525
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.22.10
17+
GO_VERSION: 1.22.12
1818

1919
jobs:
2020
CodeQL-Build:

.github/workflows/prbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
env:
1515
GOPROXY: https://proxy.golang.org/
1616
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
17-
GO_VERSION: 1.22.10
17+
GO_VERSION: 1.22.12
1818
jobs:
1919
lint:
2020
runs-on: ubuntu-latest

Makefile

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

4646
# Base build image to use.
47-
BUILD_BASE_IMAGE ?= golang:1.22.10@sha256:1a6e657ab55c424c837bd3f18289092caca0a106bcd114a8997b1d7fc81565b0
47+
BUILD_BASE_IMAGE ?= golang:1.22.12@sha256:1f298b0c9fecdf504389a0329236f948cc04a566a2bb32337207cbaaa2f8177c
4848

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

0 commit comments

Comments
 (0)