Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update golang docker tag to v1.23.4 #510

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
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 @@ -43,7 +43,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
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 @@ -42,7 +42,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
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 @@ -43,7 +43,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tem/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV PATH /usr/local/bin/buf/bin/:$PATH

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.21.13
ARG GOLANG_VERSION=1.23.4
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/tem/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb-dashboard/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN yum -y update && \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.21.13
ARG GOLANG_VERSION=1.23.4
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 @@ -42,7 +42,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
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 @@ -43,7 +43,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
patches:
- op: replace
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 @@ -43,7 +43,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN yum update --nogpgcheck -y && \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.21.13
ARG GOLANG_VERSION=1.23.4
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 @@ -42,7 +42,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
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 @@ -43,7 +43,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
patches:
- op: replace
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tiflow/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN yum update --nogpgcheck -y && \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.21.13
ARG GOLANG_VERSION=1.23.4
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ profiles:
path: /build/artifacts/0/docker/buildArgs
value:
# renovate: datasource=docker depName=golang
GOLANG_VERSION: 1.22.10
GOLANG_VERSION: 1.23.4
- name: go-1.21
patches:
- op: replace
Expand Down
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.10
GOLANG_VERSION: 1.23.4
- op: add
path: /build/artifacts/1/docker/buildArgs
value: *value-go1-22
Expand Down
Loading