Bump go version to 1.24

This commit is contained in:
Volodymyr Zotov
2025-06-13 16:22:18 -05:00
parent d1be03edd0
commit 0582c2d6e1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22 as builder
FROM golang:1.24 as builder
ARG TARGETOS
ARG TARGETARCH