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

This commit is contained in:
2025-08-14 00:01:35 +00:00
parent 6b7046ccaa
commit a34b8a775b

View File

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