Merge pull request #16245 from hakman/go-1.21.6

Update Go to v1.21.6
This commit is contained in:
Kubernetes Prow Robot 2024-01-12 22:51:08 +01:00 committed by GitHub
commit 3894b7b9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up go - name: Set up go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with: with:
go-version: '1.21.5' go-version: '1.21.6'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with: with:
@ -36,7 +36,7 @@ jobs:
- name: Set up go - name: Set up go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with: with:
go-version: '1.21.5' go-version: '1.21.6'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with: with:
@ -53,7 +53,7 @@ jobs:
- name: Set up go - name: Set up go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with: with:
go-version: '1.21.5' go-version: '1.21.6'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with: with:
@ -70,7 +70,7 @@ jobs:
- name: Set up go - name: Set up go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with: with:
go-version: '1.21.5' go-version: '1.21.6'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with: with:

View File

@ -19,7 +19,7 @@ jobs:
steps: steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with: with:
go-version: '1.21.5' go-version: '1.21.6'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Update Dependencies - name: Update Dependencies
id: update_deps id: update_deps

View File

@ -5,7 +5,7 @@ options:
machineType: 'N1_HIGHCPU_8' machineType: 'N1_HIGHCPU_8'
steps: steps:
# Push the images # Push the images
- name: 'docker.io/library/golang:1.21.5-bookworm' - name: 'docker.io/library/golang:1.21.6-bookworm'
id: images id: images
entrypoint: make entrypoint: make
env: env:
@ -21,7 +21,7 @@ steps:
- dns-controller-push - dns-controller-push
- kube-apiserver-healthcheck-push - kube-apiserver-healthcheck-push
# Push the artifacts # Push the artifacts
- name: 'docker.io/library/golang:1.21.5-bookworm' - name: 'docker.io/library/golang:1.21.6-bookworm'
id: artifacts id: artifacts
entrypoint: make entrypoint: make
env: env:
@ -36,7 +36,7 @@ steps:
args: args:
- gcs-upload-and-tag - gcs-upload-and-tag
# Build cloudbuild artifacts (for attestation) # Build cloudbuild artifacts (for attestation)
- name: 'docker.io/library/golang:1.21.5-bookworm' - name: 'docker.io/library/golang:1.21.6-bookworm'
id: cloudbuild-artifacts id: cloudbuild-artifacts
entrypoint: make entrypoint: make
env: env: