Merge pull request #127278 from dims/fix-golang-version-in-kms-mock-Dockerfile

Fix golang version in kms mock Dockerfile
This commit is contained in:
Kubernetes Prow Robot 2024-09-11 04:14:27 +01:00 committed by GitHub
commit f836773540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -136,6 +136,8 @@ dependencies:
- path: build/build-image/cross/VERSION
- path: hack/lib/golang.sh
match: minimum_go_version=go([0-9]+\.[0-9]+)
- path: staging/src/k8s.io/kms/internal/plugins/_mock/Dockerfile
match: golang:([0-9]+\.[0-9]+).0-bullseye
- name: "registry.k8s.io/kube-cross: dependents"
version: v1.32.0-go1.23.0-bullseye.0

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.22.0-bullseye as builder
FROM golang:1.23.0-bullseye as builder
WORKDIR /workspace