From 979750e1ee617447b9fe589f320369c843a8a45a Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 26 Oct 2022 17:22:37 +0000 Subject: [PATCH] Update module go to 1.19 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 625335a..a024727 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kjuulh/ceen -go 1.18 +go 1.19 require ( github.com/nats-io/nats-server/v2 v2.9.3 -- 2.45.2