fix golang version in kms mock Dockerfile

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2024-09-10 16:47:27 -04:00
parent 5baa0623f9
commit 439357b770
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59
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