Skip to content

Commit 5e04dce

Browse files
cilium-renovate[bot]mtardy
authored andcommitted
chore(deps): update go to v1.22.12
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent a285bee commit 5e04dce

20 files changed

+23
-23
lines changed

Diff for: .github/workflows/bpf-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2525
with:
2626
# renovate: datasource=golang-version depName=go
27-
go-version: '1.22.11'
27+
go-version: '1.22.12'
2828

2929
- name: Install LLVM
3030
run: |

Diff for: .github/workflows/build-clang-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
122122
with:
123123
# renovate: datasource=golang-version depName=go
124-
go-version: '1.22.11'
124+
go-version: '1.22.12'
125125

126126
- name: Install Bom
127127
shell: bash

Diff for: .github/workflows/build-images-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
9898
with:
9999
# renovate: datasource=golang-version depName=go
100-
go-version: '1.22.11'
100+
go-version: '1.22.12'
101101

102102
- name: Install Bom
103103
shell: bash

Diff for: .github/workflows/build-images-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
9292
with:
9393
# renovate: datasource=golang-version depName=go
94-
go-version: '1.22.11'
94+
go-version: '1.22.12'
9595

9696
- name: Install Bom
9797
if: ${{ startsWith(steps.tag.outputs.tag, 'v') }}

Diff for: .github/workflows/build-rthooks-images-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
8282
with:
8383
# renovate: datasource=golang-version depName=go
84-
go-version: '1.22.11'
84+
go-version: '1.22.12'
8585

8686
- name: Install Bom
8787
if: ${{ startsWith(steps.tag.outputs.tag, 'v') }}

Diff for: .github/workflows/generated-files.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2020
with:
2121
# renovate: datasource=golang-version depName=go
22-
go-version: '1.22.11'
22+
go-version: '1.22.12'
2323
- name: Go version
2424
run: go version
2525
- name: Validate that generated files are up to date.

Diff for: .github/workflows/gotests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2727
with:
2828
# renovate: datasource=golang-version depName=go
29-
go-version: '1.22.11'
29+
go-version: '1.22.12'
3030

3131
- name: Install dependencies x86
3232
run: |

Diff for: .github/workflows/lint-codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
5959
with:
6060
# renovate: datasource=golang-version depName=go
61-
go-version: '1.22.11'
61+
go-version: '1.22.12'
6262
- name: Initialize CodeQL
6363
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
6464
with:

Diff for: .github/workflows/podinfo-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
4040
with:
4141
# renovate: datasource=golang-version depName=go
42-
go-version: '1.22.11'
42+
go-version: '1.22.12'
4343

4444
- name: Install Kind and create cluster
4545
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0

Diff for: .github/workflows/run-e2e-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
8888
with:
8989
# renovate: datasource=golang-version depName=go
90-
go-version: '1.22.11'
90+
go-version: '1.22.12'
9191

9292
- name: Install kubectl, kind and cilium CLI
9393
uses: alexellis/arkade-get@master

Diff for: .github/workflows/static-checks.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
4141
with:
4242
# renovate: datasource=golang-version depName=go
43-
go-version: '1.22.11'
43+
go-version: '1.22.12'
4444
# using golangci-lint cache instead
4545
cache: false
4646

@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
6262
with:
6363
# renovate: datasource=golang-version depName=go
64-
go-version: '1.22.11'
64+
go-version: '1.22.12'
6565

6666
- name: Check gofmt formatting
6767
run: |
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
9292
with:
9393
# renovate: datasource=golang-version depName=go
94-
go-version: '1.22.11'
94+
go-version: '1.22.12'
9595

9696
- name: Check module vendoring
9797
run: |

Diff for: .github/workflows/tetragon-rthook-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2828
with:
2929
# renovate: datasource=golang-version depName=go
30-
go-version: '1.22.11'
30+
go-version: '1.22.12'
3131

3232
- name: Build
3333
env:

Diff for: .github/workflows/vmtests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2828
with:
2929
# renovate: datasource=golang-version depName=go
30-
go-version: '1.22.11'
30+
go-version: '1.22.12'
3131

3232
- name: Install build dependencies
3333
run: |

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ ARG TARGETARCH
1818
RUN make tetragon-bpf LOCAL_CLANG=1 TARGET_ARCH=$TARGETARCH
1919

2020
# Second builder (cross-)compile tetragon and tetra
21-
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22.11@sha256:9243159d3e5faf8a8576fa74d2cae9970b3e57b93b30cf34266e04b30776b706 AS tetragon-builder
21+
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22.12@sha256:1cf6c45ba39db9fd6db16922041d074a63c935556a05c5ccb62d181034df7f02 AS tetragon-builder
2222
WORKDIR /go/src/github.com/cilium/tetragon
2323
ARG TETRAGON_VERSION TARGETARCH
2424
COPY . .
2525
RUN make VERSION=$TETRAGON_VERSION TARGET_ARCH=$TARGETARCH tetragon tetra tetragon-oci-hook tetragon-oci-hook-setup
2626

2727
# Third builder (cross-)compile a stripped gops
28-
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22.11-alpine@sha256:161858498a61ce093c8e2bd704299bfb23e5bff79aef99b6c40bb9c6a43acf0f AS gops
28+
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22.12-alpine@sha256:1699c10032ca2582ec89a24a1312d986a3f094aed3d5c1147b19880afe40e052 AS gops
2929
ARG TARGETARCH
3030
RUN apk add --no-cache git \
3131
# renovate: datasource=github-releases depName=google/gops

Diff for: Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM quay.io/cilium/cilium-bpftool@sha256:1832b32d118e7006ea2ce530b14ae5b28acd55
99
COPY . ./
1010

1111

12-
FROM docker.io/library/golang:1.22.11@sha256:9243159d3e5faf8a8576fa74d2cae9970b3e57b93b30cf34266e04b30776b706
12+
FROM docker.io/library/golang:1.22.12@sha256:1cf6c45ba39db9fd6db16922041d074a63c935556a05c5ccb62d181034df7f02
1313
RUN apt-get update -y && \
1414
apt-get upgrade -y && \
1515
apt-get install -y \

Diff for: Dockerfile.operator

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
ARG BASE_IMAGE=scratch
5-
ARG GOLANG_IMAGE=docker.io/library/golang:1.22.11@sha256:9243159d3e5faf8a8576fa74d2cae9970b3e57b93b30cf34266e04b30776b706
5+
ARG GOLANG_IMAGE=docker.io/library/golang:1.22.12@sha256:1cf6c45ba39db9fd6db16922041d074a63c935556a05c5ccb62d181034df7f02
66
ARG ALPINE_IMAGE=docker.io/library/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
77

88
# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.

Diff for: Dockerfile.rthooks

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
ARG GOLANG_IMAGE=docker.io/library/golang:1.22.11@sha256:9243159d3e5faf8a8576fa74d2cae9970b3e57b93b30cf34266e04b30776b706
3+
ARG GOLANG_IMAGE=docker.io/library/golang:1.22.12@sha256:1cf6c45ba39db9fd6db16922041d074a63c935556a05c5ccb62d181034df7f02
44
ARG BASE_IMAGE=docker.io/library/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
55

66
# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.

Diff for: Dockerfile.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get install -y linux-libc-dev
1111
COPY . ./
1212
RUN make tetragon-bpf && pwd
1313

14-
FROM docker.io/library/golang:1.22.11@sha256:9243159d3e5faf8a8576fa74d2cae9970b3e57b93b30cf34266e04b30776b706
14+
FROM docker.io/library/golang:1.22.12@sha256:1cf6c45ba39db9fd6db16922041d074a63c935556a05c5ccb62d181034df7f02
1515
RUN apt-get update
1616
RUN apt-get install -y linux-libc-dev rpm2cpio cpio git flex bison autoconf libelf-dev bc netcat-traditional
1717
WORKDIR /go/src/github.com/cilium/tetragon

Diff for: Makefile.cli

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
CLI_GO_BUILD = CGO_ENABLED=0 $(GO) build
55
# renovate: datasource=docker
6-
GO_IMAGE = docker.io/library/golang:1.22.11-alpine@sha256:161858498a61ce093c8e2bd704299bfb23e5bff79aef99b6c40bb9c6a43acf0f
6+
GO_IMAGE = docker.io/library/golang:1.22.12-alpine@sha256:1699c10032ca2582ec89a24a1312d986a3f094aed3d5c1147b19880afe40e052
77
TARGET=tetra
88

99
RELEASE_UID ?= $(shell id -u)

Diff for: pkg/k8s/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=docker
2-
BUILDER_IMAGE=docker.io/library/golang:1.22.11@sha256:9243159d3e5faf8a8576fa74d2cae9970b3e57b93b30cf34266e04b30776b706
2+
BUILDER_IMAGE=docker.io/library/golang:1.22.12@sha256:1cf6c45ba39db9fd6db16922041d074a63c935556a05c5ccb62d181034df7f02
33
GO ?= go
44

55
all: generate

0 commit comments

Comments
 (0)