From 0ba75ea1e50ad5ddcaeb25f02bef64448ad42891 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Mon, 30 Dec 2024 02:15:58 +0000
Subject: [PATCH] chore(setup): set GO_VERSION to 1.21

---
 exampleSite/go.mod |    8 +++++---
 go.mod             |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index f0eb123..cf182aa 100644
--- a/exampleSite/go.mod
+++ b/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
+)
diff --git a/go.mod b/go.mod
index 9daff34..8dfd5ed 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
 module github.com/theNewDynamic/gohugo-theme-ananke/v2
 
-go 1.22
+go 1.21

--
Gitblit v1.10.0