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