From 77cf4c1951f6ff9bb41c531a752269b1d5f278c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20W=C3=BCstenberg?= Date: Wed, 9 Oct 2024 11:05:32 +0200 Subject: [PATCH] Downgrade to Go 1.18 to match gomponents --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aa5e2eb..5cb5f27 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/maragudk/gomponents-htmx -go 1.20 +go 1.18 require github.com/maragudk/gomponents v0.20.1