bump: go v1.26.5

This commit is contained in:
koba1t
2026-07-11 07:27:12 +09:00
parent 313aacedd3
commit 81991821f6
67 changed files with 69 additions and 69 deletions

View File

@@ -5,7 +5,7 @@ FROM alpine:latest as schemas
RUN apk --no-cache add git
RUN git clone --depth 1 https://github.com/instrumenta/kubernetes-json-schema.git
FROM public.ecr.aws/docker/library/golang:1.25.7 as function
FROM public.ecr.aws/docker/library/golang:1.26.5 as function
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY go.mod .

View File

@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/functions/examples/validator-kubeval
go 1.25.0
go 1.26.0
require (
github.com/instrumenta/kubeval v0.16.1