Template
1
0
Fork 0

Bumped go version

This commit is contained in:
Atridad Lahiji 2024-09-14 00:14:06 -06:00
parent 6adbdca01f
commit 706265845c
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438
2 changed files with 2 additions and 2 deletions

View file

@ -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```

2
go.mod
View file

@ -1,6 +1,6 @@
module atri.dad
go 1.22.0
go 1.23.1
require github.com/alecthomas/chroma/v2 v2.14.0