diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 482cc54f26..a5edeaba2d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - name: Set up go uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 with: - go-version: 1.18.1 + go-version: 1.18.4 - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 with: @@ -36,7 +36,7 @@ jobs: - name: Set up go uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 with: - go-version: 1.18.1 + go-version: 1.18.4 - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 with: @@ -53,7 +53,7 @@ jobs: - name: Set up go uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 with: - go-version: 1.18.1 + go-version: 1.18.4 - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 with: @@ -70,7 +70,7 @@ jobs: - name: Set up go uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 with: - go-version: 1.18.1 + go-version: 1.18.4 - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5 with: diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 9e1939f16e..5bc4501b86 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.18.1-bullseye' +- name: 'docker.io/library/golang:1.18.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.18.1-bullseye' +- name: 'docker.io/library/golang:1.18.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.18.1-bullseye' +- name: 'docker.io/library/golang:1.18.4-bullseye' id: cloudbuild-artifacts entrypoint: make env: