feat: update to go 1.26

This commit is contained in:
2026-02-13 07:50:11 +01:00
parent e138f5d439
commit 0324193a95
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ Ultimately, my goal is to complete all the years of Advent of Code here.
## Requirements ## Requirements
- Go 1.25 - Go 1.26
- Puzzle input (or your session cookie to have it downloaded automatically) - Puzzle input (or your session cookie to have it downloaded automatically)
## Repository Structure ## Repository Structure

2
go.mod
View File

@@ -1,3 +1,3 @@
module advent-of-code module advent-of-code
go 1.25.4 go 1.26