chore(deps): update golang docker tag to v1.24
Some checks failed
Go / build (pull_request) Successful in -11s
SonarQube Scan / Build and analyze (pull_request) Failing after 12s

This commit is contained in:
Renovate Bot 2025-03-26 15:42:53 +00:00
parent 3f7a895593
commit c1ce1a1565

View File

@ -1,5 +1,5 @@
# Use the official Golang image for building
FROM golang:1.23 AS builder
FROM golang:1.24 AS builder
# Set working directory
WORKDIR /app
# Copy Go modules and dependencies