From 14c53b44518c243a58aa6c4501a507e51996e33b Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Mon, 26 Aug 2024 11:34:28 -0400 Subject: [PATCH] Update go.mod version to 1.20 Relates to pion/webrtc#2869 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 634ae29..fc8e90e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/stun/v3 -go 1.19 +go 1.20 require ( github.com/pion/dtls/v3 v3.0.2