From 9b98efb5b24b85a2ac6f03aa6e6826e4b4560cad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:57:44 +0800 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.10 (#501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | golang | patch | `1.22.9` -> `1.22.10` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/PingCAP-QE/artifacts). --------- Signed-off-by: wuhuizuo Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wuhuizuo --- dockerfiles/cd/builders/skaffold-centos7.yaml | 2 +- dockerfiles/cd/builders/skaffold.yaml | 2 +- dockerfiles/ci/jenkins/tikv/Dockerfile | 9 ++++----- dockerfiles/ci/skaffold.yaml | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/dockerfiles/cd/builders/skaffold-centos7.yaml b/dockerfiles/cd/builders/skaffold-centos7.yaml index 5e6eaeb9..708ad6df 100644 --- a/dockerfiles/cd/builders/skaffold-centos7.yaml +++ b/dockerfiles/cd/builders/skaffold-centos7.yaml @@ -74,7 +74,7 @@ profiles: path: /build/artifacts/0/docker/buildArgs value: &value-go1-22 # renovate: datasource=docker depName=golang - GOLANG_VERSION: 1.22.9 + GOLANG_VERSION: 1.22.10 - op: add path: /build/artifacts/1/docker/buildArgs value: *value-go1-22 diff --git a/dockerfiles/cd/builders/skaffold.yaml b/dockerfiles/cd/builders/skaffold.yaml index a22146fd..d33f3c1b 100644 --- a/dockerfiles/cd/builders/skaffold.yaml +++ b/dockerfiles/cd/builders/skaffold.yaml @@ -91,7 +91,7 @@ profiles: path: /build/artifacts/0/docker/buildArgs value: &value-go1-22 # renovate: datasource=docker depName=golang - GOLANG_VERSION: 1.22.9 + GOLANG_VERSION: 1.22.10 - op: add path: /build/artifacts/1/docker/buildArgs value: *value-go1-22 diff --git a/dockerfiles/ci/jenkins/tikv/Dockerfile b/dockerfiles/ci/jenkins/tikv/Dockerfile index 72918cf9..a5a0d9d9 100644 --- a/dockerfiles/ci/jenkins/tikv/Dockerfile +++ b/dockerfiles/ci/jenkins/tikv/Dockerfile @@ -33,13 +33,12 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --de ENV PATH="${CARGO_HOME}/bin:${PATH}" # install components -RUN rustup component add rustfmt clippy rust-src llvm-tools - -RUN rustup set profile minimal +RUN rustup component add rustfmt clippy rust-src llvm-tools && \ + rustup set profile minimal # Install specific versions of cargo-nextest and cargo-sort RUN rustup update stable && rustup default stable && \ - cargo install cargo-nextest --version 0.9.72 && \ - cargo install cargo-sort --version 1.0.9 + cargo install --locked --version 0.9.72 cargo-nextest && \ + cargo install --locked --version 1.0.9 cargo-sort ENV CARGO_INCREMENTAL=0 diff --git a/dockerfiles/ci/skaffold.yaml b/dockerfiles/ci/skaffold.yaml index fcfca32d..ee4f95b4 100644 --- a/dockerfiles/ci/skaffold.yaml +++ b/dockerfiles/ci/skaffold.yaml @@ -52,7 +52,7 @@ profiles: path: /build/artifacts/0/docker/buildArgs value: &value-go1-22 # renovate: datasource=docker depName=golang - GOLANG_VERSION: 1.22.9 + GOLANG_VERSION: 1.22.10 - op: add path: /build/artifacts/1/docker/buildArgs value: *value-go1-22