Update Go to v1.20.6

This commit is contained in:
Ciprian Hacman 2023-07-11 20:19:51 +03:00
parent 4b79e04b6f
commit 98ea158e67
3 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -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

View File

@ -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: