chore(deps): update golang docker tag to v1.26 #105

Merged
renovate-bot merged 1 commits from renovate/golang-1.x into main 2026-02-11 00:01:37 +00:00
Showing only changes of commit c9b02fe8eb - Show all commits

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