From 99ed23773507789aaf90c603267a5a3d84321ddd Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:42:17 +0000 Subject: [PATCH] Update CI configs to v0.12.0 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 7a061db..4e81362 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/opus -go 1.24 +go 1.24.0 require github.com/stretchr/testify v1.11.1