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