From 0324193a954ec30ca33bf10cf6e01aa8ad8192ab Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 13 Feb 2026 07:50:11 +0100 Subject: [PATCH] feat: update to go 1.26 --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b74de55..4d320f4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Ultimately, my goal is to complete all the years of Advent of Code here. ## Requirements -- Go 1.25 +- Go 1.26 - Puzzle input (or your session cookie to have it downloaded automatically) ## Repository Structure diff --git a/go.mod b/go.mod index 1cebb14..3f76106 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module advent-of-code -go 1.25.4 +go 1.26