From 2e84fff58c89cbe7db31f19c5b235692305f9394 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:36:21 +0000 Subject: [PATCH] fix(deps): update dependency go to v1.26.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2cf4823..7414df9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN mise settings ruby.compile=false && mise use -g ruby@${RUBY_VERSION} # Go # renovate: datasource=golang-version depName=go -ARG GO_VERSION=1.26.0 +ARG GO_VERSION=1.26.1 ENV PATH="/mise/installs/go/${GO_VERSION}/bin:$PATH" RUN mise use -g go@${GO_VERSION} RUN CGO_ENABLED=0 GOCACHE=/mise/go-cache go build std