From 5f6ca6e6c62d39b1a4e5798be065de60e322c5c1 Mon Sep 17 00:00:00 2001 From: "cilium-renovate[bot]" <134692979+cilium-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:13:32 +0000 Subject: [PATCH] chore(deps): update go to v1.22.7 Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com> --- .github/workflows/bpf-unit-tests.yml | 2 +- .github/workflows/build-clang-image.yaml | 2 +- .github/workflows/build-images-ci.yml | 2 +- .github/workflows/build-images-releases.yml | 2 +- .github/workflows/build-rthooks-images-releases.yml | 2 +- .github/workflows/generated-files.yaml | 2 +- .github/workflows/gotests.yml | 2 +- .github/workflows/lint-codeql.yml | 2 +- .github/workflows/podinfo-test.yaml | 2 +- .github/workflows/run-e2e-tests.yaml | 2 +- .github/workflows/static-checks.yaml | 6 +++--- .github/workflows/tetragon-rthook-pr.yaml | 2 +- .github/workflows/vmtests.yml | 2 +- Dockerfile | 4 ++-- Dockerfile.dev | 2 +- Dockerfile.operator | 2 +- Dockerfile.rthooks | 2 +- Dockerfile.test | 2 +- Makefile.cli | 2 +- pkg/k8s/Makefile | 2 +- 20 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/bpf-unit-tests.yml b/.github/workflows/bpf-unit-tests.yml index b4da2e65b73..13116818f1b 100644 --- a/.github/workflows/bpf-unit-tests.yml +++ b/.github/workflows/bpf-unit-tests.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Install LLVM run: | diff --git a/.github/workflows/build-clang-image.yaml b/.github/workflows/build-clang-image.yaml index 3aa6ee95314..dea9dd6b1bc 100644 --- a/.github/workflows/build-clang-image.yaml +++ b/.github/workflows/build-clang-image.yaml @@ -121,7 +121,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Install Bom shell: bash diff --git a/.github/workflows/build-images-ci.yml b/.github/workflows/build-images-ci.yml index 87c5f8daddf..fd8c7e3bed2 100644 --- a/.github/workflows/build-images-ci.yml +++ b/.github/workflows/build-images-ci.yml @@ -97,7 +97,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Install Bom shell: bash diff --git a/.github/workflows/build-images-releases.yml b/.github/workflows/build-images-releases.yml index eb08c7e0e6f..ebf5eafc86e 100644 --- a/.github/workflows/build-images-releases.yml +++ b/.github/workflows/build-images-releases.yml @@ -91,7 +91,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Install Bom if: ${{ startsWith(steps.tag.outputs.tag, 'v') }} diff --git a/.github/workflows/build-rthooks-images-releases.yml b/.github/workflows/build-rthooks-images-releases.yml index cc90b7f24ea..57657c3b1c1 100644 --- a/.github/workflows/build-rthooks-images-releases.yml +++ b/.github/workflows/build-rthooks-images-releases.yml @@ -81,7 +81,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Install Bom if: ${{ startsWith(steps.tag.outputs.tag, 'v') }} diff --git a/.github/workflows/generated-files.yaml b/.github/workflows/generated-files.yaml index b4dc3958d5c..75ad5d9d32d 100644 --- a/.github/workflows/generated-files.yaml +++ b/.github/workflows/generated-files.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Go version run: go version - name: Validate that generated files are up to date. diff --git a/.github/workflows/gotests.yml b/.github/workflows/gotests.yml index 0a11926a887..c6a3831fc2e 100644 --- a/.github/workflows/gotests.yml +++ b/.github/workflows/gotests.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Install dependencies x86 run: | diff --git a/.github/workflows/lint-codeql.yml b/.github/workflows/lint-codeql.yml index 934464053d8..cdf7bd0fb23 100644 --- a/.github/workflows/lint-codeql.yml +++ b/.github/workflows/lint-codeql.yml @@ -58,7 +58,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Initialize CodeQL uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 with: diff --git a/.github/workflows/podinfo-test.yaml b/.github/workflows/podinfo-test.yaml index b55951c6cd6..a41a626b981 100644 --- a/.github/workflows/podinfo-test.yaml +++ b/.github/workflows/podinfo-test.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Install Kind and create cluster uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0 diff --git a/.github/workflows/run-e2e-tests.yaml b/.github/workflows/run-e2e-tests.yaml index caa8b75feed..8cdb03834eb 100644 --- a/.github/workflows/run-e2e-tests.yaml +++ b/.github/workflows/run-e2e-tests.yaml @@ -87,7 +87,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Install kubectl, kind and cilium CLI uses: alexellis/arkade-get@master diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index f938708d0d8..db7a9020dd5 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -40,7 +40,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' # using golangci-lint cache instead cache: false @@ -61,7 +61,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Check gofmt formatting run: | @@ -91,7 +91,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Check module vendoring run: | diff --git a/.github/workflows/tetragon-rthook-pr.yaml b/.github/workflows/tetragon-rthook-pr.yaml index 7e6b3654c16..65f06a3452c 100644 --- a/.github/workflows/tetragon-rthook-pr.yaml +++ b/.github/workflows/tetragon-rthook-pr.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Build env: diff --git a/.github/workflows/vmtests.yml b/.github/workflows/vmtests.yml index ef44363468f..35aedc03c93 100644 --- a/.github/workflows/vmtests.yml +++ b/.github/workflows/vmtests.yml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.22.6' + go-version: '1.22.7' - name: Install build dependencies run: | diff --git a/Dockerfile b/Dockerfile index 5ed4f68422a..e19b0518220 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,14 +18,14 @@ ARG TARGETARCH RUN make tetragon-bpf LOCAL_CLANG=1 TARGET_ARCH=$TARGETARCH # Second builder (cross-)compile tetragon and tetra -FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22.6@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa AS tetragon-builder +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22.7@sha256:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c AS tetragon-builder WORKDIR /go/src/github.com/cilium/tetragon ARG TETRAGON_VERSION TARGETARCH COPY . . RUN make VERSION=$TETRAGON_VERSION TARGET_ARCH=$TARGETARCH tetragon tetra tetragon-oci-hook tetragon-oci-hook-setup # Third builder (cross-)compile a stripped gops -FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22.6-alpine@sha256:1a478681b671001b7f029f94b5016aed984a23ad99c707f6a0ab6563860ae2f3 AS gops +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22.7-alpine@sha256:f5d8e5b932b14ef0d7c760fb3a98949351aa063a6900130beabb705100077188 AS gops ARG TARGETARCH RUN apk add --no-cache git \ # renovate: datasource=github-releases depName=google/gops diff --git a/Dockerfile.dev b/Dockerfile.dev index 629ccbd9732..2e762b31d81 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -9,7 +9,7 @@ FROM quay.io/cilium/cilium-bpftool@sha256:1832b32d118e7006ea2ce530b14ae5b28acd55 COPY . ./ -FROM docker.io/library/golang:1.22.6@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa +FROM docker.io/library/golang:1.22.7@sha256:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c RUN apt-get update -y && \ apt-get upgrade -y && \ apt-get install -y \ diff --git a/Dockerfile.operator b/Dockerfile.operator index ddd2618cc5d..50477cfde10 100644 --- a/Dockerfile.operator +++ b/Dockerfile.operator @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 ARG BASE_IMAGE=scratch -ARG GOLANG_IMAGE=docker.io/library/golang:1.22.6@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa +ARG GOLANG_IMAGE=docker.io/library/golang:1.22.7@sha256:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c ARG ALPINE_IMAGE=docker.io/library/alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 # BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit. diff --git a/Dockerfile.rthooks b/Dockerfile.rthooks index 6200bfc50ec..db8f578c67a 100644 --- a/Dockerfile.rthooks +++ b/Dockerfile.rthooks @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 -ARG GOLANG_IMAGE=docker.io/library/golang:1.22.6@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa +ARG GOLANG_IMAGE=docker.io/library/golang:1.22.7@sha256:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c ARG BASE_IMAGE=docker.io/library/alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 # BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit. diff --git a/Dockerfile.test b/Dockerfile.test index 30e8007bd5a..83b7ef449e3 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -11,7 +11,7 @@ RUN apt-get install -y linux-libc-dev COPY . ./ RUN make tetragon-bpf && pwd -FROM docker.io/library/golang:1.22.6@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa +FROM docker.io/library/golang:1.22.7@sha256:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c RUN apt-get update RUN apt-get install -y linux-libc-dev rpm2cpio cpio git flex bison autoconf libelf-dev bc netcat-traditional WORKDIR /go/src/github.com/cilium/tetragon diff --git a/Makefile.cli b/Makefile.cli index 3e403241004..00c5def0994 100644 --- a/Makefile.cli +++ b/Makefile.cli @@ -3,7 +3,7 @@ CLI_GO_BUILD = CGO_ENABLED=0 $(GO) build # renovate: datasource=docker -GO_IMAGE = docker.io/library/golang:1.22.6-alpine@sha256:1a478681b671001b7f029f94b5016aed984a23ad99c707f6a0ab6563860ae2f3 +GO_IMAGE = docker.io/library/golang:1.22.7-alpine@sha256:f5d8e5b932b14ef0d7c760fb3a98949351aa063a6900130beabb705100077188 TARGET=tetra RELEASE_UID ?= $(shell id -u) diff --git a/pkg/k8s/Makefile b/pkg/k8s/Makefile index 8ae725f0355..9a9665970ab 100644 --- a/pkg/k8s/Makefile +++ b/pkg/k8s/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=docker -BUILDER_IMAGE=docker.io/library/golang:1.22.6@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa +BUILDER_IMAGE=docker.io/library/golang:1.22.7@sha256:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c GO ?= go all: generate