From e8536fe9e4ca2181db7d808e35d50b2c0400ceb1 Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Mon, 26 Aug 2024 11:30:31 -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 014de1d..208f198 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/pion/opus -go 1.19 +go 1.20