Bumped go version
This commit is contained in:
parent
6adbdca01f
commit
706265845c
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ This is my personal website!
|
||||||
- Content format: Markdown
|
- Content format: Markdown
|
||||||
|
|
||||||
## Requirements:
|
## Requirements:
|
||||||
- Golang 1.22.0
|
- Golang 1.23.1
|
||||||
|
|
||||||
## Instructions:
|
## Instructions:
|
||||||
1. Run ```go get```
|
1. Run ```go get```
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module atri.dad
|
module atri.dad
|
||||||
|
|
||||||
go 1.22.0
|
go 1.23.1
|
||||||
|
|
||||||
require github.com/alecthomas/chroma/v2 v2.14.0
|
require github.com/alecthomas/chroma/v2 v2.14.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue