From 87f3680a9b872bd3c6cafb27878ed3bffa6a342e Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Fri, 5 Jan 2024 08:05:17 -0800 Subject: [PATCH] chore(ci): use Go 1.21 (#360) Co-authored-by: Jurica Bacurin --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 14c1101..770ca02 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mickael-menu/zk -go 1.18 +go 1.21 replace github.com/tliron/glsp => github.com/mickael-menu/glsp v0.1.1