From e08cfcd869bf7f8f64092cc757440351ca1e0426 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:52:31 +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 05649dd..7a061db 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/opus -go 1.21 +go 1.24 require github.com/stretchr/testify v1.11.1