From 5956a28ddd457fc2675017c99c9f555568156312 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Fri, 22 Sep 2023 16:24:17 -0700 Subject: [PATCH] Use Go 1.21.0 --- lure-backend/go.mod | 2 +- 1 file changed, 1 insertion(+), 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