Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.5 (#535)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang |  | patch | `1.23.4` -> `1.23.5` |
| golang | stage | patch | `1.23.4` -> `1.23.5` |

---

### 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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent cecbbd6 commit ec616ff
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/ng-monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/var/cache/dnf \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION=1.23.5
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
curl -fsSL https://dl.google.com/go/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin/:$PATH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/ng-monitoring/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/pd/skaffold-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/pd/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tem/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/ticdc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/var/cache/dnf \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION=1.23.5
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
curl -fsSL https://dl.google.com/go/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin/:$PATH
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/ticdc/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN yum update --nogpgcheck -y && \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION=1.23.5
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
curl -fsSL https://dl.google.com/go/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin/:$PATH
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/ticdc/skaffold-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/ticdc/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/var/cache/dnf \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION=1.23.5
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
curl -fsSL https://dl.google.com/go/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin/:$PATH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb-dashboard/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - docker build -t tidb-operator -f Dockerfile ./tidb-operator

########### stage: builder
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION=1.23.5
FROM golang:${GOLANG_VERSION} as builder
LABEL org.opencontainers.image.authors "wuhui.zuo@pingcap.com"
LABEL org.opencontainers.image.description "binary builder for TiDB Operator"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb-operator/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/var/cache/dnf \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION=1.23.5
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
curl -fsSL https://dl.google.com/go/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin/:$PATH
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb/skaffold-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tiflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/var/cache/dnf \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION=1.23.5
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
curl -fsSL https://dl.google.com/go/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin/:$PATH
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tiflow/skaffold-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tiflow/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- name: go-1.22
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ci/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/var/cache/dnf \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION=1.23.5
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
curl -fsSL https://dl.google.com/go/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin/:$PATH
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ci/release-build-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN yum update --nogpgcheck -y && \

##### install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION=1.23.5
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
curl -fsSL https://dl.google.com/go/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin/:$PATH
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ci/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value: &value-go1-23
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.23.4
GOLANG_VERSION: 1.23.5
- op: add
path: /build/artifacts/0/docker/buildArgs
value: *value-go1-23
Expand Down

0 comments on commit ec616ff

Please sign in to comment.