From ba642ec925b91d38fd27c86a93d14d578f4b43f8 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Mon, 8 May 2023 08:00:05 +0300 Subject: [PATCH] Update Go to v1.20.4 --- .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 1a43d6526d..8a66c7e6a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - name: Set up go uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: - go-version: '1.20.3' + go-version: '1.20.4' - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: @@ -36,7 +36,7 @@ jobs: - name: Set up go uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: - go-version: '1.20.3' + go-version: '1.20.4' - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: @@ -53,7 +53,7 @@ jobs: - name: Set up go uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: - go-version: '1.20.3' + go-version: '1.20.4' - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: @@ -70,7 +70,7 @@ jobs: - name: Set up go uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: - go-version: '1.20.3' + go-version: '1.20.4' - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index bb9f0791d0..d66f4f6bc8 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: - go-version: '1.20.3' + go-version: '1.20.4' - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Update Dependencies id: update_deps diff --git a/cloudbuild.yaml b/cloudbuild.yaml index cf47139215..6b9911d6fe 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.20.3-bullseye' +- name: 'docker.io/library/golang:1.20.4-bullseye' id: images entrypoint: make env: @@ -20,7 +20,7 @@ steps: - dns-controller-push - kube-apiserver-healthcheck-push # Push the artifacts -- name: 'docker.io/library/golang:1.20.3-bullseye' +- name: 'docker.io/library/golang:1.20.4-bullseye' id: artifacts entrypoint: make env: @@ -35,7 +35,7 @@ steps: args: - gcs-upload-and-tag # Build cloudbuild artifacts (for attestation) -- name: 'docker.io/library/golang:1.20.3-bullseye' +- name: 'docker.io/library/golang:1.20.4-bullseye' id: cloudbuild-artifacts entrypoint: make env: