Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.22.10 (#501)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
renovate[bot] and wuhuizuo authored Dec 17, 2024
1 parent 60d48fc commit 9b98efb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/skaffold-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions dockerfiles/ci/jenkins/tikv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dockerfiles/ci/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b98efb

Please sign in to comment.