Compare commits

...

1 Commits

Author SHA1 Message Date
1efa028e37 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
2025-03-26 15:25:43 +00:00

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