Switch client to scaleset library for the listener and update mocks (#4383)

This commit is contained in:
Nikola Jokic
2026-02-24 14:17:31 +01:00
committed by GitHub
parent c6e4c94a6a
commit 8b7fd9ffef
30 changed files with 1129 additions and 3309 deletions

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.3 AS builder
WORKDIR /workspace