update go 1.24.6 (#5959)

* update go 1.24.6

* fix non-constant format string error

* update golang.org/x/tools@v0.36.0 and github.com/golangci/golangci-lint@v1.64.8 to pass execute golangci-lint

* add a verpose diff output to prow test

* remove pluginator binary version from generated files
This commit is contained in:
yugo kobayashi
2025-08-18 05:05:12 +09:00
committed by GitHub
parent b581903858
commit 87d0629bd1
157 changed files with 1182 additions and 1370 deletions

View File

@@ -3,7 +3,7 @@
# This Dockerfile is based on:
# (https://github.com/kubernetes/website/blob/main/Dockerfile)
FROM docker.io/library/golang:1.22-alpine
FROM docker.io/library/golang:1.24.6-alpine
RUN apk add --no-cache \
curl \
@@ -19,7 +19,7 @@ COPY hack/go.mod ./
COPY hack/go.sum ./
RUN go install --tags extended github.com/gohugoio/hugo
FROM docker.io/library/golang:1.22-alpine
FROM docker.io/library/golang:1.24.6-alpine
RUN apk add --no-cache \
runuser \