Update golang Docker tag to v1.26

This commit is contained in:
Renovate Bot
2026-02-12 22:37:59 +00:00
parent 723cf7d127
commit 7d92458a7a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.25 AS builder
FROM golang:1.26 AS builder
WORKDIR /app