neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
164 stars 21 forks source link

go 1.22 #1035

Closed bayandin closed 2 months ago

bayandin commented 3 months ago

Update go to 1.22. This PR should be merged after https://github.com/neondatabase/autoscaling/pull/1048 (because it required a newer version of control-tools).

Previous description: Go 1.23 was released yesterday https://go.dev/blog/go1.23, so it's time to catch up with the previous 1.22 release https://go.dev/blog/go1.22

The previous attempt: https://github.com/neondatabase/autoscaling/pull/938, probably, failed because of the older k8s version, let's see if it works now

bayandin commented 3 months ago

Not that fast 😄

...
Generating deepcopy funcs
Generating clientset for neonvm:v1 at github.com/neondatabase/autoscaling/neonvm/client/clientset
Generating listers for neonvm:v1 at github.com/neondatabase/autoscaling/neonvm/client/listers
Generating informers for neonvm:v1 at github.com/neondatabase/autoscaling/neonvm/client/informers
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
    panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa0de8f]
...

Upd: found the relevant issue https://github.com/kubernetes-sigs/controller-tools/issues/880

github-actions[bot] commented 2 months ago

HTML Report

Click to open

github-actions[bot] commented 2 months ago

HTML Report

Click to open