chore(setup): set GO_VERSION to 1.21

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
Patrick Kollitsch 2024-12-30 09:15:58 +07:00
parent 1f4ac20f4f
commit 0ba75ea1e5
No known key found for this signature in database
GPG Key ID: 01A2661D61A772CA
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,9 @@
module github.com/theNewDynamic/gohugo-theme-ananke/exampleSite
go 1.23
go 1.21
require github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20241018002841-8e1a6dc21313 // indirect
replace github.com/theNewDynamic/gohugo-theme-ananke/v2 => ../
replace github.com/theNewDynamic/gohugo-theme-ananke => ../
require (
github.com/theNewDynamic/gohugo-theme-ananke/v2 v2.11.2 // indirect
)

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/theNewDynamic/gohugo-theme-ananke/v2
go 1.22
go 1.21