mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
30.15.2024 0ba75ea1e50ad5ddcaeb25f02bef64448ad42891
chore(setup): set GO_VERSION to 1.21

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2 files modified
10 ■■■■■ changed files
exampleSite/go.mod 8 ●●●●● patch | view | raw | blame | history
go.mod 2 ●●● patch | view | raw | blame | history
exampleSite/go.mod
@@ -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
)
go.mod
@@ -1,3 +1,3 @@
module github.com/theNewDynamic/gohugo-theme-ananke/v2
go 1.22
go 1.21