diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 74232c2c6a05..5a9087a1cb75 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Cilium", - "image": "quay.io/cilium/cilium-builder:21a4ac26bfec9195cf296623f364cc6b74c260b4@sha256:ebfaaf6be13df9111519318277302f62a47858d75f4c10efe843bb7a1b6f2bbf", + "image": "quay.io/cilium/cilium-builder:8bcfaa707c3b7e71ada1c0329973791a830f1328@sha256:c59ffae4a2e7becf7fb23f8e66f0d825f700961131fd6466fefe5ad39263d85f", "workspaceFolder": "/go/src/github.com/cilium/cilium", "workspaceMount": "source=${localWorkspaceFolder},target=/go/src/github.com/cilium/cilium,type=bind", "features": { diff --git a/.github/workflows/build-images-ci.yaml b/.github/workflows/build-images-ci.yaml index 9ab1e9165e4a..74d700a63024 100644 --- a/.github/workflows/build-images-ci.yaml +++ b/.github/workflows/build-images-ci.yaml @@ -177,7 +177,7 @@ jobs: quay.io/${{ env.QUAY_ORGANIZATION_DEV }}/${{ matrix.name }}-ci:${{ steps.tag.outputs.tag }}-race target: release build-args: | - BASE_IMAGE=quay.io/cilium/cilium-runtime:e6fee662edc35fed09d978d18fb0d8b36cb15bb5@sha256:8c2741408839f95dc6f62463baf132bda42c7260fcfb17d26845511961ac64b0 + BASE_IMAGE=quay.io/cilium/cilium-runtime:b36e2cbcb2530fb1dc8e8ee16d8ed522c3227263@sha256:1c91cc209ebb274a0b65d95f0a4592abbc852760c029b2554f20e5a87ba425aa LOCKDEBUG=1 RACE=1 OPERATOR_VARIANT=${{ matrix.name }} @@ -311,7 +311,7 @@ jobs: quay.io/${{ env.QUAY_ORGANIZATION_DEV }}/${{ matrix.name }}-ci:${{ steps.tag.outputs.tag }}-race target: release build-args: | - BASE_IMAGE=quay.io/cilium/cilium-runtime:e6fee662edc35fed09d978d18fb0d8b36cb15bb5@sha256:8c2741408839f95dc6f62463baf132bda42c7260fcfb17d26845511961ac64b0 + BASE_IMAGE=quay.io/cilium/cilium-runtime:b36e2cbcb2530fb1dc8e8ee16d8ed522c3227263@sha256:1c91cc209ebb274a0b65d95f0a4592abbc852760c029b2554f20e5a87ba425aa LOCKDEBUG=1 RACE=1 OPERATOR_VARIANT=${{ matrix.name }} diff --git a/.github/workflows/conformance-gateway-api.yaml b/.github/workflows/conformance-gateway-api.yaml index 1067583976d7..270c57ce9fb8 100644 --- a/.github/workflows/conformance-gateway-api.yaml +++ b/.github/workflows/conformance-gateway-api.yaml @@ -157,7 +157,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Wait for images to be available timeout-minutes: 30 diff --git a/.github/workflows/conformance-ginkgo.yaml b/.github/workflows/conformance-ginkgo.yaml index 40f40329b86d..7a6c0682180d 100644 --- a/.github/workflows/conformance-ginkgo.yaml +++ b/.github/workflows/conformance-ginkgo.yaml @@ -117,7 +117,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Build Ginkgo if: ${{ steps.cache.outputs.cache-hit != 'true' }} @@ -317,7 +317,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - 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 548415c30017..31ba9fc5d588 100644 --- a/.github/workflows/conformance-runtime.yaml +++ b/.github/workflows/conformance-runtime.yaml @@ -55,7 +55,7 @@ concurrency: env: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 jobs: commit-status-start: @@ -118,7 +118,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Build Ginkgo if: ${{ steps.cache.outputs.cache-hit != 'true' }} @@ -280,7 +280,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Build Ginkgo if: ${{ steps.cache.outputs.cache-hit != 'true' }} diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 307be4dc4541..2f7dbf2498db 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -79,7 +79,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Set clang directory id: set_clang_dir diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 9228472a3706..70e561abceeb 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -100,7 +100,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Prepare environment timeout-minutes: 15 diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index fd3b5d1e5c92..8184f5af485b 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -105,7 +105,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Cache LLVM and Clang id: cache-llvm uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 @@ -143,7 +143,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Cache LLVM and Clang id: cache-llvm uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index 811e7b9466fb..6004a16c7516 100644 --- a/.github/workflows/lint-build-commits.yaml +++ b/.github/workflows/lint-build-commits.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Set clang directory id: set_clang_dir diff --git a/.github/workflows/lint-go.yaml b/.github/workflows/lint-go.yaml index 012d0fe8b334..354e82c17a59 100644 --- a/.github/workflows/lint-go.yaml +++ b/.github/workflows/lint-go.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: @@ -44,7 +44,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: @@ -65,7 +65,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: @@ -85,7 +85,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: @@ -105,7 +105,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: diff --git a/.github/workflows/lint-workflows.yaml b/.github/workflows/lint-workflows.yaml index 9faf563bb6eb..a15f683de824 100644 --- a/.github/workflows/lint-workflows.yaml +++ b/.github/workflows/lint-workflows.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 - 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 2b6afeae10de..94c8cbdc44ff 100644 --- a/.github/workflows/tests-datapath-verifier.yaml +++ b/.github/workflows/tests-datapath-verifier.yaml @@ -50,7 +50,7 @@ concurrency: env: check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} # renovate: datasource=golang-version depName=go - go-version: 1.21.6 + go-version: 1.21.7 jobs: commit-status-start: diff --git a/.travis.yml b/.travis.yml index 832a6f31cad7..875b1d179016 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: focal sudo: required # renovate: datasource=golang-version depName=go -go: "1.21.6" +go: "1.21.7" jobs: include: diff --git a/api/v1/Makefile b/api/v1/Makefile index fa3794e61482..5f86abe9aaca 100644 --- a/api/v1/Makefile +++ b/api/v1/Makefile @@ -3,7 +3,7 @@ include ../../Makefile.defs # Update this via images/scripts/update-cilium-builder-image.sh -CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:21a4ac26bfec9195cf296623f364cc6b74c260b4@sha256:ebfaaf6be13df9111519318277302f62a47858d75f4c10efe843bb7a1b6f2bbf +CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:8bcfaa707c3b7e71ada1c0329973791a830f1328@sha256:c59ffae4a2e7becf7fb23f8e66f0d825f700961131fd6466fefe5ad39263d85f .PHONY: proto proto: diff --git a/images/builder/Dockerfile b/images/builder/Dockerfile index fc11db5aa6a3..b789e41ba1b9 100644 --- a/images/builder/Dockerfile +++ b/images/builder/Dockerfile @@ -2,9 +2,9 @@ # SPDX-License-Identifier: Apache-2.0 ARG COMPILERS_IMAGE=quay.io/cilium/image-compilers:5569a29cea6b3ad50aeb03102aaf3dc03841197c@sha256:b15dbedb7c49816c74a765e2f6ecdb9359763b8e4e4328d794f48b9cefae9804 -ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:e6fee662edc35fed09d978d18fb0d8b36cb15bb5@sha256:8c2741408839f95dc6f62463baf132bda42c7260fcfb17d26845511961ac64b0 +ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:b36e2cbcb2530fb1dc8e8ee16d8ed522c3227263@sha256:1c91cc209ebb274a0b65d95f0a4592abbc852760c029b2554f20e5a87ba425aa ARG TESTER_IMAGE=quay.io/cilium/image-tester:dd09c8d3ef349a909fbcdc99279516baef153f22@sha256:c056d064cb47c97acd607343db5457e1d49d9338d6d8a87e93e23cc93f052c73 -ARG GOLANG_IMAGE=docker.io/library/golang:1.21.6@sha256:76aadd914a29a2ee7a6b0f3389bb2fdb87727291d688e1d972abe6c0fa6f2ee0 +ARG GOLANG_IMAGE=docker.io/library/golang:1.21.7@sha256:b7bac393658f891b69189cfd98111525f951ac0fec8bab97a1990fe43c85d342 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 6bba0318adc6..ea8c63a04daa 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.21.6@sha256:76aadd914a29a2ee7a6b0f3389bb2fdb87727291d688e1d972abe6c0fa6f2ee0 +ARG GOLANG_IMAGE=docker.io/library/golang:1.21.7@sha256:b7bac393658f891b69189cfd98111525f951ac0fec8bab97a1990fe43c85d342 # 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/cilium/Dockerfile b/images/cilium/Dockerfile index b1f7858fb6af..74534a1f2d1b 100644 --- a/images/cilium/Dockerfile +++ b/images/cilium/Dockerfile @@ -1,8 +1,8 @@ # Copyright Authors of Cilium # SPDX-License-Identifier: Apache-2.0 -ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:21a4ac26bfec9195cf296623f364cc6b74c260b4@sha256:ebfaaf6be13df9111519318277302f62a47858d75f4c10efe843bb7a1b6f2bbf -ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:e6fee662edc35fed09d978d18fb0d8b36cb15bb5@sha256:8c2741408839f95dc6f62463baf132bda42c7260fcfb17d26845511961ac64b0 +ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:8bcfaa707c3b7e71ada1c0329973791a830f1328@sha256:c59ffae4a2e7becf7fb23f8e66f0d825f700961131fd6466fefe5ad39263d85f +ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:b36e2cbcb2530fb1dc8e8ee16d8ed522c3227263@sha256:1c91cc209ebb274a0b65d95f0a4592abbc852760c029b2554f20e5a87ba425aa # cilium-envoy from github.com/cilium/proxy # diff --git a/images/clustermesh-apiserver/Dockerfile b/images/clustermesh-apiserver/Dockerfile index f04f1844dab5..663117481561 100644 --- a/images/clustermesh-apiserver/Dockerfile +++ b/images/clustermesh-apiserver/Dockerfile @@ -8,7 +8,7 @@ ARG BASE_IMAGE=scratch # chain attacks where an attacker has write access to our 3rd party dependnecy image registries. # 2. These digests must be to the *overall* digest, not the digest for a specific image. This is because the images will # be architecture specific, but the overall digest will contiain all of the architectures. -ARG GOLANG_IMAGE=docker.io/library/golang:1.21.6@sha256:76aadd914a29a2ee7a6b0f3389bb2fdb87727291d688e1d972abe6c0fa6f2ee0 +ARG GOLANG_IMAGE=docker.io/library/golang:1.21.7@sha256:b7bac393658f891b69189cfd98111525f951ac0fec8bab97a1990fe43c85d342 ARG ALPINE_IMAGE=docker.io/library/alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b # We don't use ETCD_IMAGE because that's used in Makefile.defs to select a ETCD image approrpate for the *host platform* # to run tests with. diff --git a/images/hubble-relay/Dockerfile b/images/hubble-relay/Dockerfile index 0ebec03d7e29..4bf3dc66f444 100644 --- a/images/hubble-relay/Dockerfile +++ b/images/hubble-relay/Dockerfile @@ -11,8 +11,8 @@ # The key may be found at the following address: # https://raw.githubusercontent.com/GoogleContainerTools/distroless/main/cosign.pub ARG BASE_IMAGE=gcr.io/distroless/static-debian11:nonroot@sha256:112a87f19e83c83711cc81ce8ed0b4d79acd65789682a6a272df57c4a0858534 -ARG GOLANG_IMAGE=docker.io/library/golang:1.21.6@sha256:76aadd914a29a2ee7a6b0f3389bb2fdb87727291d688e1d972abe6c0fa6f2ee0 -ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:21a4ac26bfec9195cf296623f364cc6b74c260b4@sha256:ebfaaf6be13df9111519318277302f62a47858d75f4c10efe843bb7a1b6f2bbf +ARG GOLANG_IMAGE=docker.io/library/golang:1.21.7@sha256:b7bac393658f891b69189cfd98111525f951ac0fec8bab97a1990fe43c85d342 +ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:8bcfaa707c3b7e71ada1c0329973791a830f1328@sha256:c59ffae4a2e7becf7fb23f8e66f0d825f700961131fd6466fefe5ad39263d85f # 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/operator/Dockerfile b/images/operator/Dockerfile index 9fbdbbbed154..e1713cc138fe 100644 --- a/images/operator/Dockerfile +++ b/images/operator/Dockerfile @@ -2,9 +2,9 @@ # SPDX-License-Identifier: Apache-2.0 ARG BASE_IMAGE=scratch -ARG GOLANG_IMAGE=docker.io/library/golang:1.21.6@sha256:76aadd914a29a2ee7a6b0f3389bb2fdb87727291d688e1d972abe6c0fa6f2ee0 +ARG GOLANG_IMAGE=docker.io/library/golang:1.21.7@sha256:b7bac393658f891b69189cfd98111525f951ac0fec8bab97a1990fe43c85d342 ARG ALPINE_IMAGE=docker.io/library/alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b -ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:21a4ac26bfec9195cf296623f364cc6b74c260b4@sha256:ebfaaf6be13df9111519318277302f62a47858d75f4c10efe843bb7a1b6f2bbf +ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:8bcfaa707c3b7e71ada1c0329973791a830f1328@sha256:c59ffae4a2e7becf7fb23f8e66f0d825f700961131fd6466fefe5ad39263d85f # 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/runtime/Dockerfile b/images/runtime/Dockerfile index 6ec4ca968ac6..f874248cb42d 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.21.6@sha256:76aadd914a29a2ee7a6b0f3389bb2fdb87727291d688e1d972abe6c0fa6f2ee0 +ARG GOLANG_IMAGE=docker.io/library/golang:1.21.7@sha256:b7bac393658f891b69189cfd98111525f951ac0fec8bab97a1990fe43c85d342 ARG UBUNTU_IMAGE=docker.io/library/ubuntu:22.04@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 ARG CILIUM_LLVM_IMAGE=quay.io/cilium/cilium-llvm:a8c542efc076b62ba683e7699c0013adb6955f0f@sha256:38e8941107bd19eb30bdde6e478760a22325f38d1f2771dfd1b9af81d74235e7 diff --git a/test/k8s/manifests/demo-customcalls.yaml b/test/k8s/manifests/demo-customcalls.yaml index 5fb7d2b59b6e..4338eacd0039 100644 --- a/test/k8s/manifests/demo-customcalls.yaml +++ b/test/k8s/manifests/demo-customcalls.yaml @@ -99,7 +99,7 @@ metadata: spec: containers: - name: cilium-builder - image: quay.io/cilium/cilium-builder:21a4ac26bfec9195cf296623f364cc6b74c260b4@sha256:ebfaaf6be13df9111519318277302f62a47858d75f4c10efe843bb7a1b6f2bbf + image: quay.io/cilium/cilium-builder:8bcfaa707c3b7e71ada1c0329973791a830f1328@sha256:c59ffae4a2e7becf7fb23f8e66f0d825f700961131fd6466fefe5ad39263d85f workingDir: /cilium command: ["/bin/sh", "-c"] args: diff --git a/test/kubernetes-test.sh b/test/kubernetes-test.sh index f1a309ed2d81..46ef1b84e00a 100755 --- a/test/kubernetes-test.sh +++ b/test/kubernetes-test.sh @@ -71,7 +71,7 @@ git clone https://github.com/kubernetes/kubernetes.git -b ${KUBERNETES_VERSION} cd kubernetes # renovate: datasource=golang-version depName=go -GO_VERSION="1.21.6" +GO_VERSION="1.21.7" sudo rm -fr /usr/local/go curl -LO https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz diff --git a/test/packet/scripts/install.sh b/test/packet/scripts/install.sh index db4786ac480f..3873de836d1c 100644 --- a/test/packet/scripts/install.sh +++ b/test/packet/scripts/install.sh @@ -6,7 +6,7 @@ set -e export DEBIAN_FRONTEND=noninteractive # renovate: datasource=golang-version depName=go -GOLANG_VERSION="1.21.6" +GOLANG_VERSION="1.21.7" VAGRANT_VERSION="2.2.16" PACKER_VERSION="1.3.5"