feat: k8s informer for ServiceAdapter CRDs, bump CI to go1.26
- Add dynamic-client informer to watch ServiceAdapter CRs in-cluster - Remove typed scheme registration (dynamic client needs no DeepCopy) - Bump Dockerfile + CI images from golang:1.25 to golang:1.26 (k8s.io/[email protected] requires go>=1.26) - Wire informer into main.go startup with graceful fallback
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
# --platform=$BUILDPLATFORM pins the build stage to the machine doing the
|
||||
# building, then Go cross-compiles to $TARGETARCH. Without it, building an
|
||||
# amd64 image from an arm64 workstation runs the whole toolchain under QEMU.
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25-bookworm AS build
|
||||
FROM --platform=$BUILDPLATFORM golang:1.26-bookworm AS build
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user