From 8817e4287738f846c0917fa23fb3457b630ebd54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 02:02:47 +0000 Subject: [PATCH] fix(deps): update go to v1.26.4 --- Dockerfile | 4 ++-- go.mod | 2 +- internal/sandbox/defaults/go/go.mod.tmpl | 2 +- mise.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9207717..d6db15e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN cd /tmp/preinstall && \ # Go # renovate: datasource=golang-version depName=go -ARG GO_VERSION=1.26.3 +ARG GO_VERSION=1.26.4 ENV PATH="/mise/installs/go/${GO_VERSION}/bin:$PATH" RUN mise use -g go@${GO_VERSION} && \ ln -s /mise/installs/go/${GO_VERSION} /mise/installs/go/current @@ -81,7 +81,7 @@ RUN mise use -g rust@${RUST_VERSION} # --- -FROM golang:1.26.3-bookworm@sha256:386d475a660466863d9f8c766fec64d7fdad3edac2c6a05020c09534d71edb4b AS builder +FROM golang:1.26.4-bookworm@sha256:b305420a68d0f229d91eb3b3ed9e519fcf2cf5461da4bef997bf927e8c0bfd2b AS builder WORKDIR /src COPY go.mod go.sum ./ diff --git a/go.mod b/go.mod index 9e279cd..062090a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/codize-dev/sandbox -go 1.26.3 +go 1.26.4 require ( github.com/labstack/echo/v5 v5.1.1 diff --git a/internal/sandbox/defaults/go/go.mod.tmpl b/internal/sandbox/defaults/go/go.mod.tmpl index 32acc58..7b7f3f4 100644 --- a/internal/sandbox/defaults/go/go.mod.tmpl +++ b/internal/sandbox/defaults/go/go.mod.tmpl @@ -1,5 +1,5 @@ module sandbox -go 1.26.3 +go 1.26.4 require golang.org/x/text v0.34.0 // indirect diff --git a/mise.toml b/mise.toml index b15eea8..f6ae03d 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -go = "1.26.3" +go = "1.26.4" "aqua:golangci/golangci-lint" = "2.12.2" "aqua:evilmartians/lefthook" = "2.1.9" "aqua:hadolint/hadolint" = "2.14.0"