From a21194ecfb5362261a0dc4af1f68e4a8944df345 Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Mon, 26 Aug 2024 11:32:47 -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 753a4d7..3b37fe0 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/pion/rtp -go 1.19 +go 1.20 require github.com/pion/randutil v0.1.0