From 9a25a32f1b9cf60d6141697983af3f67719fffd5 Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Mon, 26 Aug 2024 11:28:51 -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 2a8d96bc..1c4ccd4a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/ice/v4 -go 1.19 +go 1.20 require ( github.com/google/uuid v1.6.0