From c4b6abe7f04828adcf0459a2f85a222c49b68cef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 23:26:10 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.27.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6e298ec..3c7a9cc 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Multi-stage build for matrix2acrobits -FROM golang:1.24.13-alpine AS builder +FROM golang:1.27.1-alpine AS builder WORKDIR /src # Cache go mod