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

This commit is contained in:
Renovate Bot 2025-03-26 15:25:43 +00:00
parent d8580bf90f
commit 1efa028e37

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