From 5383ef8f9ba8682d90d4abe4867f7d39c9cfb788 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Fri, 22 Sep 2023 16:26:46 -0700 Subject: [PATCH] Use Go 1.21.0 --- lure-backend/go.mod | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lure-backend/go.mod b/lure-backend/go.mod index db5b59d..6b6d047 100644 --- a/lure-backend/go.mod +++ b/lure-backend/go.mod @@ -1,6 +1,6 @@ module go.elara.ws/lure-web/lure-backend -go 1.21.1 +go 1.21.0 require ( github.com/go-chi/chi/v5 v5.0.10 diff --git a/package.json b/package.json index 58e30d8..81b36fe 100644 --- a/package.json +++ b/package.json @@ -40,3 +40,4 @@ "twirpscript": "^0.0.66" } } +