Bump go version to 1.24

This commit is contained in:
Volodymyr Zotov
2025-06-13 16:22:18 -05:00
parent 04c1fc1236
commit ef7361b3c1
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