From 0b93149a8e1e0f953845bcdde1656a3c76e4c7c4 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Fri, 6 Oct 2023 11:20:18 +0300 Subject: [PATCH] Update Go to v1.21.2 --- .github/workflows/main.yml | 8 ++++---- .github/workflows/update-deps.yml | 2 +- cloudbuild.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae2da0f1e92b8..5c9dc87fb0f11 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - name: Set up go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe with: - go-version: '1.21.1' + go-version: '1.21.2' - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: @@ -36,7 +36,7 @@ jobs: - name: Set up go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe with: - go-version: '1.21.1' + go-version: '1.21.2' - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: @@ -53,7 +53,7 @@ jobs: - name: Set up go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe with: - go-version: '1.21.1' + go-version: '1.21.2' - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: @@ -70,7 +70,7 @@ jobs: - name: Set up go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe with: - go-version: '1.21.1' + go-version: '1.21.2' - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 4b4a6bfd4f06c..396d59489559d 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe with: - go-version: '1.21.1' + go-version: '1.21.2' - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Update Dependencies id: update_deps diff --git a/cloudbuild.yaml b/cloudbuild.yaml index b89e646e5f08b..215ade4512c5d 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -5,7 +5,7 @@ options: machineType: 'N1_HIGHCPU_8' steps: # Push the images -- name: 'docker.io/library/golang:1.21.1-bookworm' +- name: 'docker.io/library/golang:1.21.2-bookworm' id: images entrypoint: make env: @@ -21,7 +21,7 @@ steps: - dns-controller-push - kube-apiserver-healthcheck-push # Push the artifacts -- name: 'docker.io/library/golang:1.21.1-bookworm' +- name: 'docker.io/library/golang:1.21.2-bookworm' id: artifacts entrypoint: make env: @@ -36,7 +36,7 @@ steps: args: - gcs-upload-and-tag # Build cloudbuild artifacts (for attestation) -- name: 'docker.io/library/golang:1.21.1-bookworm' +- name: 'docker.io/library/golang:1.21.2-bookworm' id: cloudbuild-artifacts entrypoint: make env: