From 56517ff56b55afd67c7984afd1cbf371f556808f Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik Date: Wed, 21 Jun 2023 11:05:20 +0200 Subject: [PATCH] bump Go to 1.20.5 (#4717) Signed-off-by: Zbynek Roubalik --- .github/workflows/main-build.yml | 2 +- .github/workflows/pr-e2e.yml | 4 ++-- .github/workflows/pr-validation.yml | 8 ++++---- .github/workflows/release-build.yml | 2 +- .github/workflows/static-analysis-codeql.yml | 2 +- .github/workflows/template-main-e2e-test.yml | 2 +- Dockerfile | 2 +- Dockerfile.adapter | 2 +- Dockerfile.webhooks | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 0cb9a2d6be7..29fe33df865 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -13,7 +13,7 @@ jobs: id-token: write # needed for signing the images with GitHub OIDC Token **not production ready** # build-tools is built from ../../tools/build-tools.Dockerfile - container: ghcr.io/kedacore/build-tools:1.20.4 + container: ghcr.io/kedacore/build-tools:1.20.5 steps: - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/pr-e2e.yml b/.github/workflows/pr-e2e.yml index f972289b3f5..101dbd1c7c0 100644 --- a/.github/workflows/pr-e2e.yml +++ b/.github/workflows/pr-e2e.yml @@ -67,7 +67,7 @@ jobs: needs: triage runs-on: ubuntu-latest name: Build images - container: ghcr.io/kedacore/build-tools:1.20.4 + container: ghcr.io/kedacore/build-tools:1.20.5 if: needs.triage.outputs.run-e2e == 'true' steps: - name: Set status in-progress @@ -110,7 +110,7 @@ jobs: needs: [triage, build-test-images] runs-on: e2e name: Execute e2e tests - container: ghcr.io/kedacore/build-tools:1.20.4 + container: ghcr.io/kedacore/build-tools:1.20.5 if: needs.triage.outputs.run-e2e == 'true' steps: - name: Set status in-progress diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index a18c42cec5e..a5300dbdf8d 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -5,7 +5,7 @@ jobs: validate: name: validate - ${{ matrix.name }} runs-on: ${{ matrix.runner }} - container: ghcr.io/kedacore/build-tools:1.20.4 + container: ghcr.io/kedacore/build-tools:1.20.5 strategy: matrix: include: @@ -68,7 +68,7 @@ jobs: validate-dockerfiles: name: validate-dockerfiles - ${{ matrix.name }} runs-on: ${{ matrix.runner }} - container: ghcr.io/kedacore/build-tools:1.20.4 + container: ghcr.io/kedacore/build-tools:1.20.5 strategy: matrix: include: @@ -99,7 +99,7 @@ jobs: validate-build-tools: name: Validate build-tools - ${{ matrix.name }} runs-on: ${{ matrix.runner }} - container: ghcr.io/kedacore/build-tools:1.20.4 + container: ghcr.io/kedacore/build-tools:1.20.5 strategy: matrix: include: @@ -136,7 +136,7 @@ jobs: validate-dev-container: name: Validate dev-container - ${{ matrix.name }} runs-on: ${{ matrix.runner }} - container: ghcr.io/kedacore/build-tools:1.20.4 + container: ghcr.io/kedacore/build-tools:1.20.5 strategy: matrix: include: diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index bb24e1a8e34..a6d545235f8 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -13,7 +13,7 @@ jobs: id-token: write # needed for signing the images with GitHub OIDC Token **not production ready** # build-tools is built from ../../tools/build-tools.Dockerfile - container: ghcr.io/kedacore/build-tools:1.20.4 + container: ghcr.io/kedacore/build-tools:1.20.5 steps: - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/static-analysis-codeql.yml b/.github/workflows/static-analysis-codeql.yml index 650f2c5aea0..d7c3fd3ac40 100644 --- a/.github/workflows/static-analysis-codeql.yml +++ b/.github/workflows/static-analysis-codeql.yml @@ -9,7 +9,7 @@ jobs: codeQl: name: Analyze CodeQL Go runs-on: ubuntu-latest - container: ghcr.io/kedacore/build-tools:1.20.4 + container: ghcr.io/kedacore/build-tools:1.20.5 if: (github.actor != 'dependabot[bot]') steps: - name: Checkout repository diff --git a/.github/workflows/template-main-e2e-test.yml b/.github/workflows/template-main-e2e-test.yml index f31aa423076..2d8471e33d7 100644 --- a/.github/workflows/template-main-e2e-test.yml +++ b/.github/workflows/template-main-e2e-test.yml @@ -8,7 +8,7 @@ jobs: name: Run e2e test runs-on: ARM64 # build-tools is built from ../../tools/build-tools.Dockerfile - container: ghcr.io/kedacore/build-tools:1.20.4 + container: ghcr.io/kedacore/build-tools:1.20.5 concurrency: e2e-tests steps: - name: Check out code diff --git a/Dockerfile b/Dockerfile index 1f1c50168b2..63225873c6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/build-tools:1.20.4 AS builder +FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/build-tools:1.20.5 AS builder ARG BUILD_VERSION=main ARG GIT_COMMIT=HEAD diff --git a/Dockerfile.adapter b/Dockerfile.adapter index a8bd5313df8..0b8e6ecc87a 100644 --- a/Dockerfile.adapter +++ b/Dockerfile.adapter @@ -1,5 +1,5 @@ # Build the adapter binary -FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/build-tools:1.20.4 AS builder +FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/build-tools:1.20.5 AS builder ARG BUILD_VERSION=main ARG GIT_COMMIT=HEAD diff --git a/Dockerfile.webhooks b/Dockerfile.webhooks index e0b7877c206..022afd67e48 100644 --- a/Dockerfile.webhooks +++ b/Dockerfile.webhooks @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/build-tools:1.20.4 AS builder +FROM --platform=$BUILDPLATFORM ghcr.io/kedacore/build-tools:1.20.5 AS builder ARG BUILD_VERSION=main ARG GIT_COMMIT=HEAD