2 Commits

Author SHA1 Message Date
db879f43f8 Merge pull request 'chore(deps): update golang docker tag to v1.25' (#21) from renovate/golang-1.x into main
Some checks failed
Go / build (push) Successful in 11s
SonarQube Scan / Build and analyze (push) Failing after 14s
renovate / renovate (push) Successful in 1m28s
2025-08-14 00:01:43 +00:00
a34b8a775b 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
2025-08-14 00:01:35 +00:00

View File

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