From 1ea175d9deac78e0cbc92b9bfafaa69970a71393 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:53:46 +0000 Subject: [PATCH] Update CI configs to v0.11.39 Update lint scripts and CI configs. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bcf1e85..1a8326b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/sdp/v3 -go 1.21 +go 1.24 require ( github.com/pion/randutil v0.1.0