Update golang Docker tag to v1.24 (#106)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-13 06:21:41 +00:00 committed by GitHub
parent 52dfdf3420
commit 8314c64169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Build the manager binary # Build the manager binary
FROM golang:1.23 as builder FROM golang:1.24 as builder
WORKDIR /workspace WORKDIR /workspace
# Copy the Go Modules manifests # Copy the Go Modules manifests