fix(security): update Go version from 1.25.7 to 1.26.1 to fix stdlib vulnerabilities GO-2026-4601/4602/4603

Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-15 14:32:38 +00:00
parent 5ae6891d99
commit 07bb8cc1cc
2 changed files with 2 additions and 4 deletions

View File

@@ -1 +1 @@
1.25.7
1.26.1

4
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/ivuorinen/gibidify
go 1.25.0
toolchain go1.26.1
go 1.26.1
require (
github.com/fatih/color v1.18.0