From 29fbda5723b8129c8769a9a87e73402c1f5351eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:04:13 +0000 Subject: [PATCH] chore(deps): update go to 1.27.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- mise.lock | 30 +++++++++++++++--------------- mise.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/mise.lock b/mise.lock index 9eae194..3cd5179 100644 --- a/mise.lock +++ b/mise.lock @@ -1,36 +1,36 @@ # @generated - this file is auto-generated by `mise lock` https://mise.jdx.dev/dev-tools/mise-lock.html [[tools.go]] -version = "1.26.6" +version = "1.27.0" backend = "core:go" [tools.go."platforms.linux-arm64"] -checksum = "sha256:d0507e9e9d7fe012aae570108cbd76c15de879e17130ab8cb90d4d7445cb1f2e" -url = "https://dl.google.com/go/go1.26.6.linux-arm64.tar.gz" +checksum = "sha256:51798d2c42d0e1c6ed7fd9f48728b4193abac9e8aad6dbac2fe96a81f5909bda" +url = "https://dl.google.com/go/go1.27.0.linux-arm64.tar.gz" [tools.go."platforms.linux-arm64-musl"] -checksum = "sha256:d0507e9e9d7fe012aae570108cbd76c15de879e17130ab8cb90d4d7445cb1f2e" -url = "https://dl.google.com/go/go1.26.6.linux-arm64.tar.gz" +checksum = "sha256:51798d2c42d0e1c6ed7fd9f48728b4193abac9e8aad6dbac2fe96a81f5909bda" +url = "https://dl.google.com/go/go1.27.0.linux-arm64.tar.gz" [tools.go."platforms.linux-x64"] -checksum = "sha256:708effb774be8237570d0add163225abbdfaf4fca28b2611df167beba4feef89" -url = "https://dl.google.com/go/go1.26.6.linux-amd64.tar.gz" +checksum = "sha256:675c26c449cbb18fc24b74650de1eabbae6e16f64326fd85a283fb3b58280685" +url = "https://dl.google.com/go/go1.27.0.linux-amd64.tar.gz" [tools.go."platforms.linux-x64-musl"] -checksum = "sha256:708effb774be8237570d0add163225abbdfaf4fca28b2611df167beba4feef89" -url = "https://dl.google.com/go/go1.26.6.linux-amd64.tar.gz" +checksum = "sha256:675c26c449cbb18fc24b74650de1eabbae6e16f64326fd85a283fb3b58280685" +url = "https://dl.google.com/go/go1.27.0.linux-amd64.tar.gz" [tools.go."platforms.macos-arm64"] -checksum = "sha256:2dc95ce4675829f2df0e86b28bcef3283635902062a5f0580ca659bf570f3204" -url = "https://dl.google.com/go/go1.26.6.darwin-arm64.tar.gz" +checksum = "sha256:90493b3bbd5e10f91d12153198bf1994fd756399b4fec93b49b0c6e2acdeeb3e" +url = "https://dl.google.com/go/go1.27.0.darwin-arm64.tar.gz" [tools.go."platforms.macos-x64"] -checksum = "sha256:08b65a63f244115121ced6c3b55ad38d801a7442acad5c949a17aad84ae6d684" -url = "https://dl.google.com/go/go1.26.6.darwin-amd64.tar.gz" +checksum = "sha256:d3314e25496e4381d71a5c51d2907e7af655d199f6780b549f015bd85fef4986" +url = "https://dl.google.com/go/go1.27.0.darwin-amd64.tar.gz" [tools.go."platforms.windows-x64"] -checksum = "sha256:5b6c5b556525810463b5c897b50dc7a82d6a3dc0bfaf55d990a7e9f31d6b2318" -url = "https://dl.google.com/go/go1.26.6.windows-amd64.zip" +checksum = "sha256:f0c0a0d33ba94f4d2c5dbc887334ce678b21813504ddb3aafcb06e60a5a667c4" +url = "https://dl.google.com/go/go1.27.0.windows-amd64.zip" [[tools."go:golang.org/x/vuln/cmd/govulncheck"]] version = "1.7.0" diff --git a/mise.toml b/mise.toml index 997291a..adcca7b 100644 --- a/mise.toml +++ b/mise.toml @@ -25,7 +25,7 @@ shell = "bash -euo pipefail -c" [tools] # The toolchain, exact-pinned; GOTOOLCHAIN=local below makes go.mod's # `go` directive and this pin agree loudly instead of auto-downloading. -go = "1.26.6" +go = "1.27.0" # govulncheck is a build input (audit:go-vulns asserts it with this # remedy): no upstream binaries and no aqua package, so the go: backend # builds it from a pinned source version with the toolchain above —