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): bump golang version from 1.23.2 to 1.23.3 #491

Merged
merged 1 commit into from
Nov 13, 2024
Merged
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
1 change: 0 additions & 1 deletion dockerfiles/cd/builders/ng-monitoring/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RUN yum update --nogpgcheck -y && \
yum clean all

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.21.13
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
Expand Down
3 changes: 1 addition & 2 deletions dockerfiles/cd/builders/pd/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ RUN yum update --nogpgcheck -y && \
yum clean all

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.21.6
ARG GOLANG_VERSION=1.21.13
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/utils/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \

# install tools: tiup
# renovate: datasource=github-release depName=pingcap/tiup
ARG TIUP_VER=1.15.2
ARG TIUP_VER=1.16.1
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
wget -q -O - https://tiup-mirrors.pingcap.com/tiup-v${TIUP_VER}-${OS}-${ARCH}.tar.gz | tar -zxvf - -C /usr/local/bin && \
chmod 755 /usr/local/bin/tiup && \
Expand Down
1 change: 0 additions & 1 deletion dockerfiles/ci/release-build-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Base image
# renovate: datasource=docker depName=centos
FROM centos:7.9.2009
# CentOS 7 has reached EOL
RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo \
Expand Down
20 changes: 10 additions & 10 deletions packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ components:
# binary builder, also we need it when build for mac to get build tools versions and other informations.
builders:
- if: {{ semver.CheckConstraint ">= 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v2024.10.8-14-g52a7228-go1.23
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v2024.10.8-38-g7bd274e-go1.23
- if: {{ semver.CheckConstraint ">= 7.4.0-0, < 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v2024.10.8-12-gb9ffe36-centos7-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
Expand Down Expand Up @@ -350,7 +350,7 @@ components:
- {{ .Release.version }}
builders:
- if: {{ semver.CheckConstraint ">= 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v2024.10.8-14-g52a7228-go1.23
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v2024.10.8-38-g7bd274e-go1.23
- if: {{ semver.CheckConstraint ">= 7.4.0-0, < 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v2024.10.8-12-gb9ffe36-centos7-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
Expand Down Expand Up @@ -473,7 +473,7 @@ components:
# binary builder, also we need it when build for mac to get build tools versions and other informations.
builders:
- if: {{ semver.CheckConstraint ">= 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-14-g52a7228-go1.23
image: ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-38-g7bd274e-go1.23
- if: {{ semver.CheckConstraint ">= 7.4.0-0, < 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-12-gb9ffe36-centos7-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
Expand Down Expand Up @@ -740,7 +740,7 @@ components:
# binary builder, also we need it when build for mac to get build tools versions and other informations.
builders:
- if: {{ semver.CheckConstraint ">= 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-14-g52a7228-go1.23
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-38-g7bd274e-go1.23
- if: {{ semver.CheckConstraint ">= 7.4.0-0, < 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-12-gb9ffe36-centos7-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
Expand Down Expand Up @@ -1210,7 +1210,7 @@ components:
builders:
# BUG: tidb-tools has not release branches and all tags taged on master branch.
- if: {{ eq "experiment" .Release.profile }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-14-g52a7228-go1.23
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-38-g7bd274e-go1.23
- if: {{ ne "experiment" .Release.profile }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-12-gb9ffe36-centos7-go1.21
routers:
Expand Down Expand Up @@ -1257,7 +1257,7 @@ components:
builders:
# BUG: tidb-ctl has not release branches and all tags taged on master branch.
- if: (eq "experiment" .Release.profile)
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-14-g52a7228-go1.23
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-38-g7bd274e-go1.23
- if: (ne "experiment" .Release.profile)
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-12-gb9ffe36-centos7-go1.21
routers:
Expand Down Expand Up @@ -1383,7 +1383,7 @@ components:
- {{ .Release.version }}
builders:
- if: {{ semver.CheckConstraint ">= 1.6.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb-operator:v2024.10.8-14-g52a7228-go1.23
image: ghcr.io/pingcap-qe/cd/builders/tidb-operator:v2024.10.8-38-g7bd274e-go1.23
- if: {{ semver.CheckConstraint "< 1.6.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb-operator:v2024.10.8-14-g52a7228-go1.21
routers:
Expand Down Expand Up @@ -1499,7 +1499,7 @@ components:
- {{ .Release.version }}
builders:
- if: {{ semver.CheckConstraint ">= 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb-dashboard:v2024.10.8-14-g52a7228-go1.23
image: ghcr.io/pingcap-qe/cd/builders/tidb-dashboard:v2024.10.8-38-g7bd274e-go1.23
- if: {{ semver.CheckConstraint ">= 6.5.0-0, < 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb-dashboard:v2024.10.8-12-gb9ffe36-centos7-go1.21
routers:
Expand Down Expand Up @@ -1836,7 +1836,7 @@ components:
# binary builder, also we need it when build for mac to get build tools versions and other informations.
builders:
- if: {{ semver.CheckConstraint ">= 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tiflow:v2024.10.8-14-g52a7228-go1.23
image: ghcr.io/pingcap-qe/cd/builders/tiflow:v2024.10.8-38-g7bd274e-go1.23
- if: {{ semver.CheckConstraint ">= 7.4.0-0, < 8.4.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tiflow:v2024.10.8-12-gb9ffe36-centos7-go1.21
- if: {{ semver.CheckConstraint ">= 7.0.0-0, < 7.4.0-0" .Release.version }}
Expand Down Expand Up @@ -2347,7 +2347,7 @@ components:
# binary builder, also we need it when build for mac to get build tools versions and other informations.
builders:
- if: {{ semver.CheckConstraint ">= 1.3.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-14-g52a7228-go1.23
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-38-g7bd274e-go1.23
- if: {{ semver.CheckConstraint ">= 0.1.2-0, < 1.3.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb:v2024.10.8-12-gb9ffe36-centos7-go1.21
routers:
Expand Down
Loading