Skip to content

fix: upgrade go to 1.23.10 #5939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/api

go 1.22.7
go 1.23.10

require (
github.com/blang/semver/v4 v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion api/internal/builtins/AnnotationsTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/ConfigMapGenerator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/HashTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/HelmChartInflationGenerator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/IAMPolicyGenerator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/ImageTagTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/LabelTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/NamespaceTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/PatchJson6902Transformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/PatchStrategicMergeTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/PatchTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/PrefixTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/ReplacementTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/ReplicaCountTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/SecretGenerator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/SortOrderTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/SuffixTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/internal/builtins/ValueAddTransformer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/config/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/cmd/config

go 1.22.7
go 1.23.10

require (
github.com/go-errors/errors v1.4.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0

FROM public.ecr.aws/docker/library/golang:1.22.7-bullseye
FROM public.ecr.aws/docker/library/golang:1.23.10-bullseye
ENV CGO_ENABLED=0
WORKDIR /go/src/

Expand Down
2 changes: 1 addition & 1 deletion cmd/config/internal/commands/e2e/e2econtainerconfig/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/cmd/config/internal/commands/e2e/e2econtainerconfig

go 1.22.7
go 1.23.10

require sigs.k8s.io/kustomize/kyaml v0.14.2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0

FROM public.ecr.aws/docker/library/golang:1.22.7-bullseye
FROM public.ecr.aws/docker/library/golang:1.23.10-bullseye
ENV CGO_ENABLED=0
WORKDIR /go/src/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/cmd/config/internal/commands/e2e/e2econtainerenvgenerator

go 1.22.7
go 1.23.10

require sigs.k8s.io/kustomize/kyaml v0.14.2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0

FROM public.ecr.aws/docker/library/golang:1.22.7-bullseye
FROM public.ecr.aws/docker/library/golang:1.23.10-bullseye
ENV CGO_ENABLED=0
WORKDIR /go/src/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/cmd/config/internal/commands/e2e/e2econtainer-render-helm-chart

go 1.22.7
go 1.23.10

require sigs.k8s.io/kustomize/kyaml v0.14.2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0

FROM public.ecr.aws/docker/library/golang:1.22.7-bullseye
FROM public.ecr.aws/docker/library/golang:1.23.10-bullseye
ENV CGO_ENABLED=0
WORKDIR /go/src/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/cmd/config/internal/commands/e2e/e2econtainersimplegenerator

go 1.22.7
go 1.23.10

require sigs.k8s.io/kustomize/kyaml v0.14.2

Expand Down
2 changes: 1 addition & 1 deletion cmd/depprobcheck/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/cmd/depprobcheck

go 1.22.7
go 1.23.10

require (
k8s.io/cli-runtime v0.20.4
Expand Down
2 changes: 1 addition & 1 deletion cmd/gorepomod/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/cmd/gorepomod

go 1.22.7
go 1.23.10

require (
github.com/spf13/viper v1.20.0
Expand Down
2 changes: 1 addition & 1 deletion cmd/k8scopy/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/cmd/k8scopy

go 1.22.7
go 1.23.10

require (
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion cmd/mdtogo/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module sigs.k8s.io/kustomize/cmd/mdtogo

go 1.22.7
go 1.23.10
2 changes: 1 addition & 1 deletion cmd/pluginator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/cmd/pluginator/v2

go 1.22.7
go 1.23.10

require (
github.com/spf13/cobra v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion functions/examples/application-cr/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0

FROM public.ecr.aws/docker/library/golang:1.22.7-bullseye
FROM public.ecr.aws/docker/library/golang:1.23.10-bullseye
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY go.mod .
Expand Down
2 changes: 1 addition & 1 deletion functions/examples/application-cr/image/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/functions/examples/application-cr

go 1.22.7
go 1.23.10

require (
k8s.io/apimachinery v0.29.0
Expand Down
2 changes: 1 addition & 1 deletion functions/examples/fn-framework-application/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/functions/examples/fn-framework-application

go 1.22.7
go 1.23.10

require (
github.com/spf13/cobra v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion functions/examples/injection-tshirt-sizes/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0

FROM public.ecr.aws/docker/library/golang:1.22.7-bullseye
FROM public.ecr.aws/docker/library/golang:1.23.10-bullseye
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY go.mod .
Expand Down
2 changes: 1 addition & 1 deletion functions/examples/injection-tshirt-sizes/image/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/functions/examples/injection-tshirt-sizes

go 1.22.7
go 1.23.10

require sigs.k8s.io/kustomize/kyaml v0.13.7

Expand Down
2 changes: 1 addition & 1 deletion functions/examples/template-go-nginx/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0

FROM public.ecr.aws/docker/library/golang:1.22.7-bullseye
FROM public.ecr.aws/docker/library/golang:1.23.10-bullseye
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY go.mod .
Expand Down
2 changes: 1 addition & 1 deletion functions/examples/template-go-nginx/image/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/functions/examples/template-go-nginx

go 1.22.7
go 1.23.10

require sigs.k8s.io/kustomize/kyaml v0.13.7

Expand Down
2 changes: 1 addition & 1 deletion functions/examples/validator-kubeval/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.7-bullseye as function
FROM public.ecr.aws/docker/library/golang:1.23.10-bullseye as function
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY go.mod .
Expand Down
2 changes: 1 addition & 1 deletion functions/examples/validator-kubeval/image/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/functions/examples/validator-kubeval

go 1.22.7
go 1.23.10

require (
github.com/instrumenta/kubeval v0.16.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0

FROM public.ecr.aws/docker/library/golang:1.22.7-bullseye
FROM public.ecr.aws/docker/library/golang:1.23.10-bullseye
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY go.mod .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/functions/examples/validator-resource-requests

go 1.22.7
go 1.23.10

require sigs.k8s.io/kustomize/kyaml v0.13.7

Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.7
go 1.23.10

use (
./api
Expand Down
2 changes: 1 addition & 1 deletion hack/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/hack

go 1.22.7
go 1.23.10

require (
github.com/campoy/embedmd v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion kustomize/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/kustomize/v5

go 1.22.7
go 1.23.10

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion kyaml/fn/framework/example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0

FROM public.ecr.aws/docker/library/golang:1.22.7-bullseye
FROM public.ecr.aws/docker/library/golang:1.23.10-bullseye
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion kyaml/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/kyaml

go 1.22.7
go 1.23.10

require (
github.com/davecgh/go-spew v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion plugin/builtin/annotationstransformer/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/plugin/builtin/annotationstransformer

go 1.22.7
go 1.23.10

require (
sigs.k8s.io/kustomize/api v0.20.0
Expand Down
2 changes: 1 addition & 1 deletion plugin/builtin/configmapgenerator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/plugin/builtin/configmapgenerator

go 1.22.7
go 1.23.10

require (
sigs.k8s.io/kustomize/api v0.20.0
Expand Down
Loading