From 706265845c6a24c6b230e013cfa64895f053e7d8 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 14 Sep 2024 00:14:06 -0600 Subject: [PATCH] Bumped go version --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd7f3ab..d17a2db 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is my personal website! - Content format: Markdown ## Requirements: -- Golang 1.22.0 +- Golang 1.23.1 ## Instructions: 1. Run ```go get``` diff --git a/go.mod b/go.mod index 327617c..ee55bfa 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module atri.dad -go 1.22.0 +go 1.23.1 require github.com/alecthomas/chroma/v2 v2.14.0