From 7138ca2d7d66e296d575e4022239706fa18611cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:19:50 +0000 Subject: [PATCH] fix(deps): update go to v1.26.4 --- Dockerfile | 2 +- go.mod | 2 +- internal/sandbox/defaults/go/go.mod.tmpl | 2 +- mise.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9207717..5283c15 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 diff --git a/go.mod b/go.mod index 7d6ab8a..3d69e83 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 3e77927..50e2d34 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.11.4" "aqua:evilmartians/lefthook" = "2.1.9" "aqua:hadolint/hadolint" = "2.14.0"