From 321c247d29bb235bca3770fd67fd8e08cc602d0e Mon Sep 17 00:00:00 2001 From: Alex Ullrich Date: Wed, 15 Nov 2023 15:02:56 -0500 Subject: [PATCH] update go.mod to require 1.20 for nats client --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b4eb5d2..9f909e3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ThreeDotsLabs/watermill-nats/v2 -go 1.19 +go 1.20 require ( github.com/ThreeDotsLabs/watermill v1.2.0