update go 1.25.7

This commit is contained in:
koba1t
2026-02-12 01:23:18 +09:00
parent dc6b2b978c
commit 8eb136f67e
68 changed files with 71 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.24.6-bullseye as function
FROM public.ecr.aws/docker/library/golang:1.25.7 as function
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY go.mod .