From b30518c1bdd46fcfb1dfbe0a8014edf8161763e7 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 1 Feb 2026 18:51:51 +0200 Subject: [PATCH] feat: update go to 1.25.6 --- .go-version | 2 +- go.mod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.go-version b/.go-version index b45fe31..198ec23 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25.5 +1.25.6 diff --git a/go.mod b/go.mod index 31e703e..3c28c80 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/ivuorinen/gibidify go 1.25 +toolchain go1.25.6 + require ( github.com/fatih/color v1.18.0 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06