From 0e8d5d16eb675927c1e073a695b0d1a3778d8ca3 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:41:49 +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 3b51d9d..7fa9667 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/logging -go 1.24 +go 1.24.0 require github.com/stretchr/testify v1.11.1