Skip to content

Commit 9b98efb

Browse files
chore(deps): update golang docker tag to v1.22.10 (#501)
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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Signed-off-by: wuhuizuo <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wuhuizuo <[email protected]>
1 parent 60d48fc commit 9b98efb

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

dockerfiles/cd/builders/skaffold-centos7.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ profiles:
7474
path: /build/artifacts/0/docker/buildArgs
7575
value: &value-go1-22
7676
# renovate: datasource=docker depName=golang
77-
GOLANG_VERSION: 1.22.9
77+
GOLANG_VERSION: 1.22.10
7878
- op: add
7979
path: /build/artifacts/1/docker/buildArgs
8080
value: *value-go1-22

dockerfiles/cd/builders/skaffold.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ profiles:
9191
path: /build/artifacts/0/docker/buildArgs
9292
value: &value-go1-22
9393
# renovate: datasource=docker depName=golang
94-
GOLANG_VERSION: 1.22.9
94+
GOLANG_VERSION: 1.22.10
9595
- op: add
9696
path: /build/artifacts/1/docker/buildArgs
9797
value: *value-go1-22

dockerfiles/ci/jenkins/tikv/Dockerfile

+4-5
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --de
3333
ENV PATH="${CARGO_HOME}/bin:${PATH}"
3434

3535
# install components
36-
RUN rustup component add rustfmt clippy rust-src llvm-tools
37-
38-
RUN rustup set profile minimal
36+
RUN rustup component add rustfmt clippy rust-src llvm-tools && \
37+
rustup set profile minimal
3938

4039
# Install specific versions of cargo-nextest and cargo-sort
4140
RUN rustup update stable && rustup default stable && \
42-
cargo install cargo-nextest --version 0.9.72 && \
43-
cargo install cargo-sort --version 1.0.9
41+
cargo install --locked --version 0.9.72 cargo-nextest && \
42+
cargo install --locked --version 1.0.9 cargo-sort
4443

4544
ENV CARGO_INCREMENTAL=0

dockerfiles/ci/skaffold.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ profiles:
5252
path: /build/artifacts/0/docker/buildArgs
5353
value: &value-go1-22
5454
# renovate: datasource=docker depName=golang
55-
GOLANG_VERSION: 1.22.9
55+
GOLANG_VERSION: 1.22.10
5656
- op: add
5757
path: /build/artifacts/1/docker/buildArgs
5858
value: *value-go1-22

0 commit comments

Comments
 (0)