diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a4389df877aa..58ea9f7fef9f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - name: Set up go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: - go-version: '1.20.5' + go-version: '1.20.6' - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: @@ -36,7 +36,7 @@ jobs: - name: Set up go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: - go-version: '1.20.5' + go-version: '1.20.6' - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: @@ -53,7 +53,7 @@ jobs: - name: Set up go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: - go-version: '1.20.5' + go-version: '1.20.6' - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: @@ -70,7 +70,7 @@ jobs: - name: Set up go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: - go-version: '1.20.5' + go-version: '1.20.6' - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 5bea369023e70..b12773e72b12f 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: - go-version: '1.20.5' + go-version: '1.20.6' - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Update Dependencies id: update_deps diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 624eee8716666..4e5015d3b07dc 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.5-bullseye' +- name: 'docker.io/library/golang:1.20.6-bullseye' 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.20.5-bullseye' +- name: 'docker.io/library/golang:1.20.6-bullseye' 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.20.5-bullseye' +- name: 'docker.io/library/golang:1.20.6-bullseye' id: cloudbuild-artifacts entrypoint: make env: