Skip to content

Commit

Permalink
Merge pull request #14552 from hakman/automated-cherry-pick-of-#14549…
Browse files Browse the repository at this point in the history
…-upstream-release-1.25

Automated cherry pick of #14549: Update Go to v1.19.3
  • Loading branch information
k8s-ci-robot authored Nov 15, 2022
2 parents ae37649 + 03e6f3c commit 5780208
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: '1.19.0'
go-version: '1.19.3'

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: '1.19.0'
go-version: '1.19.3'

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: '1.19.0'
go-version: '1.19.3'

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: '1.19.0'
go-version: '1.19.3'

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
steps:
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: '1.19.0'
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
go-version: '1.19.3'
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Update Dependencies
id: update_deps
run: |
Expand Down
6 changes: 3 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ options:
machineType: 'N1_HIGHCPU_8'
steps:
# Push the images
- name: 'docker.io/library/golang:1.19.0-bullseye'
- name: 'docker.io/library/golang:1.19.3-bullseye'
id: images
entrypoint: make
env:
Expand All @@ -20,7 +20,7 @@ steps:
- dns-controller-push
- kube-apiserver-healthcheck-push
# Push the artifacts
- name: 'docker.io/library/golang:1.19.0-bullseye'
- name: 'docker.io/library/golang:1.19.3-bullseye'
id: artifacts
entrypoint: make
env:
Expand All @@ -35,7 +35,7 @@ steps:
args:
- gcs-upload-and-tag
# Build cloudbuild artifacts (for attestation)
- name: 'docker.io/library/golang:1.19.0-bullseye'
- name: 'docker.io/library/golang:1.19.3-bullseye'
id: cloudbuild-artifacts
entrypoint: make
env:
Expand Down

0 comments on commit 5780208

Please sign in to comment.