chore(deps): update golang docker tag to v1.26
Some checks failed
Go / build (pull_request) Successful in 11s
SonarQube Scan / Build and analyze (pull_request) Failing after 21s
Go / build (push) Successful in 10s
renovate / renovate (push) Successful in 1m24s
SonarQube Scan / Build and analyze (push) Failing after 16s

This commit is contained in:
2026-02-11 00:01:34 +00:00
parent 89a2844c1c
commit c9b02fe8eb

View File

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