File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v5
1717 - uses : actions/setup-go@v6
1818 with :
19- go-version : " 1.24.2 "
19+ go-version : " stable "
2020 - run : |
21+ go clean -modcache
2122 make test
2223 build :
2324 runs-on : ubuntu-latest
2627 - uses : actions/checkout@v5
2728 - uses : actions/setup-go@v6
2829 with :
29- go-version : " 1.24.2 "
30+ go-version : " stable "
3031 - run : |
32+ go clean -modcache
3133 make build
3234 file bin/manager
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
196196
197197# # Tool Versions
198198KUSTOMIZE_VERSION ?= v5.4.3
199- CONTROLLER_TOOLS_VERSION ?= v0.16.1
199+ CONTROLLER_TOOLS_VERSION ?= v0.19.0
200200ENVTEST_VERSION ?= release-0.19
201201
202202.PHONY : kustomize
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.16.1
6+ controller-gen.kubebuilder.io/version : v0.19.0
77 name : postgres.db.movetokube.com
88spec :
99 group : db.movetokube.com
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.16.1
6+ controller-gen.kubebuilder.io/version : v0.19.0
77 name : postgresusers.db.movetokube.com
88spec :
99 group : db.movetokube.com
Original file line number Diff line number Diff line change 11module github.com/movetokube/postgres-operator
22
3- go 1.24.0
3+ go 1.25.1
44
55require (
66 github.com/go-logr/logr v1.4.3
@@ -56,7 +56,7 @@ require (
5656 github.com/prometheus/common v0.62.0 // indirect
5757 github.com/prometheus/procfs v0.15.1 // indirect
5858 github.com/spf13/cobra v1.9.1 // indirect
59- github.com/spf13/pflag v1.0.6 // indirect
59+ github.com/spf13/pflag v1.0.7 // indirect
6060 github.com/stoewer/go-strcase v1.3.0 // indirect
6161 github.com/x448/float16 v0.8.4 // indirect
6262 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -122,8 +122,9 @@ github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWN
122122github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
123123github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
124124github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
125- github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
126125github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
126+ github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M =
127+ github.com/spf13/pflag v1.0.7 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
127128github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs =
128129github.com/stoewer/go-strcase v1.3.0 /go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo =
129130github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments