From bc4fcfbc663c6986a2ea8326aff129b7d39fccff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:39:16 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.2 --- go.mod | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d5ab32f..602b74d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/koki-develop/gat go 1.24.0 -toolchain go1.25.5 +toolchain go1.26.2 require ( github.com/alecthomas/chroma/v2 v2.21.1 diff --git a/mise.toml b/mise.toml index 17f7b93..4eac8c1 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -go = "1.25.5" +go = "1.26.2" "go:github.com/golangci/golangci-lint/v2/cmd/golangci-lint" = "2.7.2" "go:github.com/charmbracelet/vhs" = "0.9.0"