From a9327a4c06eb7924c9fcd3ffde661752b9b7314f Mon Sep 17 00:00:00 2001 From: SpencerMalone Date: Thu, 29 Feb 2024 09:17:45 -0800 Subject: [PATCH] Update minimum go version to 1.21 Due to the inclusion of log/slog in https://github.com/a-h/templ/pull/470, this is the new minimum version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4313592f2..ce847d337 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/a-h/templ -go 1.20 +go 1.21 require ( github.com/PuerkitoBio/goquery v1.8.1