From f3a2fe512eadda2290c79f5054e95aa3e687fe8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:53:43 +0800 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.4 (#102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | | minor | `1.19.12` -> `1.21.4` | | golang | | minor | `1.20.10` -> `1.21.4` | | golang | | patch | `1.21.3` -> `1.21.4` | | golang | stage | patch | `1.21.3-alpine3.18` -> `1.21.4-alpine3.18` | | golang | final | patch | `1.21.3` -> `1.21.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PingCAP-QE/artifacts). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wuhuizuo --- dockerfiles/ci/base/Dockerfile | 2 +- dockerfiles/ci/release-build-base/Dockerfile | 2 +- dockerfiles/ci/release-utils/Dockerfile | 2 +- dockerfiles/ci/skaffold.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dockerfiles/ci/base/Dockerfile b/dockerfiles/ci/base/Dockerfile index ea549be2..271f7997 100644 --- a/dockerfiles/ci/base/Dockerfile +++ b/dockerfiles/ci/base/Dockerfile @@ -1,6 +1,6 @@ # Base image # renovate: datasource=docker depName=golang -ARG GOLANG_VERSION=1.21.3 +ARG GOLANG_VERSION=1.21.4 FROM golang:${GOLANG_VERSION} LABEL go-version "${GOLANG_VERSION}" diff --git a/dockerfiles/ci/release-build-base/Dockerfile b/dockerfiles/ci/release-build-base/Dockerfile index 273d83e4..d6e44e43 100644 --- a/dockerfiles/ci/release-build-base/Dockerfile +++ b/dockerfiles/ci/release-build-base/Dockerfile @@ -47,7 +47,7 @@ RUN yum update --nogpgcheck -y && \ ##### install golang toolchain # renovate: datasource=docker depName=golang -ARG GOLANG_VERSION=1.21.3 +ARG GOLANG_VERSION=1.21.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 diff --git a/dockerfiles/ci/release-utils/Dockerfile b/dockerfiles/ci/release-utils/Dockerfile index 787ad07b..043ae2ff 100644 --- a/dockerfiles/ci/release-utils/Dockerfile +++ b/dockerfiles/ci/release-utils/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.3-alpine3.18 as gomplate_builder +FROM golang:1.21.4-alpine3.18 as gomplate_builder RUN wget https://github.com/wuhuizuo/gomplate/archive/refs/heads/feature/semver-functions.zip -O - | unzip - && cd gomplate-feature-semver-functions && go build -o /usr/bin/gomplate ./cmd/gomplate diff --git a/dockerfiles/ci/skaffold.yaml b/dockerfiles/ci/skaffold.yaml index ad848572..d066948b 100644 --- a/dockerfiles/ci/skaffold.yaml +++ b/dockerfiles/ci/skaffold.yaml @@ -132,7 +132,7 @@ profiles: path: /build/artifacts/0/kaniko/buildArgs value: # renovate: datasource=docker depName=golang - GOLANG_VERSION: 1.21.3 + GOLANG_VERSION: 1.21.4 - name: go-1.20 patches: - op: replace @@ -142,7 +142,7 @@ profiles: path: /build/artifacts/0/kaniko/buildArgs value: # renovate: datasource=docker depName=golang - GOLANG_VERSION: 1.20.10 + GOLANG_VERSION: 1.20.11 - name: go-1.19 patches: - op: replace