Update golang Docker tag to v1.26

This commit is contained in:
Renovate Bot
2026-06-13 17:01:46 +00:00
parent 1138ed8011
commit d02567b385
+1 -1
View File
@@ -1,5 +1,5 @@
# Cache dependency # Cache dependency
FROM golang:1.22-alpine AS go-mod-cache FROM golang:1.26-alpine AS go-mod-cache
WORKDIR /app WORKDIR /app